欢迎访问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文件第257页浏览型号CX25870的Datasheet PDF文件第258页浏览型号CX25870的Datasheet PDF文件第259页浏览型号CX25870的Datasheet PDF文件第260页浏览型号CX25870的Datasheet PDF文件第262页浏览型号CX25870的Datasheet PDF文件第263页浏览型号CX25870的Datasheet PDF文件第264页浏览型号CX25870的Datasheet PDF文件第265页  
CX25870/871  
Appendix D Closed Caption Pseudo Code  
Flicker-Free Video Encoder with Ultrascale Technology  
fxn //this should  
already exist //some-  
where in customer’s  
code  
Write CCR_START(CCR_START_hex);  
//CCR_START[8:0] reg-  
ister is  
//comprised of bit[4]  
of regis-  
ter  
//0xD4 and bits[7:0]  
of  
CX870/871  
//register 0xD0  
}
{
else  
// 625-line format = PAL is being transmitted by  
CX870/871  
//this assumes PAL-M with its’ 525 line format is  
not allowed  
[equation] CC_ADD = ($pow(2,  
CBITS+5)/1716)*1728.0/H_CLKO;  
//eqn to determine CC_ADD  
register for PAL  
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/1728 + CC_PIPE1;  
//eqn to determine CCR_START reg-  
ister for PAL  
CCR_START_hex = DEC_TO_HEX_CONVERSION(float  
CCR_START);  
//assumes DEC_TO_HEX_CONVERSION fxn  
//already exists somewhere in //cus-  
tomer’s code  
100381B  
Conexant  
D-3  
 复制成功!