欢迎访问ic37.com |
会员登录 免费注册
发布采购

CX25870 参数 Datasheet PDF下载

CX25870图片预览
型号: CX25870
PDF下载: 下载PDF文件 查看货源
内容描述: 视频编码器与自适应闪烁过滤和HDTV输出 [Video Encoder with Adaptive Flicker Filtering and HDTV Output]
分类和应用: 电视编码器
文件页数/大小: 291 页 / 3791 K
品牌: CONEXANT [ CONEXANT SYSTEMS, INC ]
 浏览型号CX25870的Datasheet PDF文件第256页浏览型号CX25870的Datasheet PDF文件第257页浏览型号CX25870的Datasheet PDF文件第258页浏览型号CX25870的Datasheet PDF文件第259页浏览型号CX25870的Datasheet PDF文件第261页浏览型号CX25870的Datasheet PDF文件第262页浏览型号CX25870的Datasheet PDF文件第263页浏览型号CX25870的Datasheet PDF文件第264页  
Appendix D Closed Caption Pseudo Code  
CX25870/871  
Flicker-Free Video Encoder with Ultrascale Technology  
will be performed  
//until CCF1B1 & CCF1B2 registers are  
again written;  
//null will be transmitted on appropriate CC line  
in this case  
Write ECCF1 to 1;  
the CX870/871  
//this is bit 4 of register C4 for  
//Enables CC encoding on Field 1  
//this is bit 5 of register C4 for  
Write ECCF2 to 0;  
the CX870/871  
//Disables CC encoding for Field 2  
if (625LINE == 0) //”625LINE” = bit 2 of register 0xA2  
{
// 525-line format=NTSC is  
being transmitted  
//by CX870/871. This assumes  
PAL-M = another //525 line  
format is not allowed  
[equation] CC_ADD = ($pow(2,  
CBITS+5)/1716)*1716.0/H_CLKO;  
//equation to determine CC_ADD  
register for NTSC  
CC_ADD_hex =  
DEC_TO_HEX_CONVERSION(float CC_ADD);  
//assumes  
DEC_TO_HEX_CONVERSION  
fxn //this should  
already exist //some-  
where in customer’s  
code  
Write CC_ADD(CC_ADD_hex);  
//CC_ADD[11:0] register is  
//comprised of  
bits[3:0] of  
//register 0xD4  
and bits[7:0] of  
//CX870/871 reg-  
ister 0xD2  
[equation] CCR_START =  
H_CLKO*10.003*27/1716 + CC_PIPE1;  
//eqn to determine CCR_START  
register for NTSC  
CCR_START_hex = DEC_TO_HEX_CONVERSION(float  
CCR_START);  
//assumes  
DEC_TO_HEX_CONVERSION  
D-2  
Conexant  
100381B  
 复制成功!