Home
last modified time | relevance | path

Searched refs:code_size (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/demodulator/drv/dvb_extdemod/
H A DdrvDMD_EXTERN_MSB124x.c2003 MS_U16 code_size, win_offset; in _LoadDspCodeToSDRAM_Boot() local
2018 code_size = MSB124X_BOOT_END_ADDR - MSB124X_BOOT_START_ADDR + 1; in _LoadDspCodeToSDRAM_Boot()
2020 bRet &= _Load2Sdram(data_ptr,code_size,win_offset); in _LoadDspCodeToSDRAM_Boot()
2040 MS_U16 code_size, win_offset; in _LoadDspCodeToSDRAM_dvbt2() local
2055 code_size = MSB124X_DVBT2_P2_END_ADDR - MSB124X_DVBT2_P2_START_ADDR + 1; in _LoadDspCodeToSDRAM_dvbt2()
2057 bRet &= _Load2Sdram(data_ptr,code_size,win_offset); in _LoadDspCodeToSDRAM_dvbt2()
2061 code_size = MSB124X_DVBT2_P1_END_ADDR - MSB124X_DVBT2_P1_START_ADDR + 1; in _LoadDspCodeToSDRAM_dvbt2()
2063 bRet &= _Load2Sdram(data_ptr,code_size,win_offset); in _LoadDspCodeToSDRAM_dvbt2()
2084 MS_U16 code_size, win_offset; in _LoadDspCodeToSDRAM_dvbs2() local
2101 code_size = MSB124X_DVBS2_P2_END_ADDR - MSB124X_DVBS2_P2_START_ADDR + 1; in _LoadDspCodeToSDRAM_dvbs2()
[all …]
H A DdrvDMD_EXTERN_MSB123xc.c1542 MS_U16 code_size, win_offset; in _LoadDspCodeToSDRAM_Boot() local
1556 code_size = EDINBURGH_BOOT_END_ADDR - EDINBURGH_BOOT_START_ADDR + 1; in _LoadDspCodeToSDRAM_Boot()
1558 bRet &= _Load2Sdram(data_ptr,code_size,win_offset); in _LoadDspCodeToSDRAM_Boot()
1578 MS_U16 code_size, win_offset; in _LoadDspCodeToSDRAM_dvbt2() local
1592 code_size = EDINBURGH_DVBT2_P2_END_ADDR - EDINBURGH_DVBT2_P2_START_ADDR + 1; in _LoadDspCodeToSDRAM_dvbt2()
1594 bRet &= _Load2Sdram(data_ptr,code_size,win_offset); in _LoadDspCodeToSDRAM_dvbt2()
1598 code_size = EDINBURGH_DVBT2_P1_END_ADDR - EDINBURGH_DVBT2_P1_START_ADDR + 1; in _LoadDspCodeToSDRAM_dvbt2()
1600 bRet &= _Load2Sdram(data_ptr,code_size,win_offset); in _LoadDspCodeToSDRAM_dvbt2()
1623 MS_U16 code_size, win_offset; in _LoadDspCodeToSDRAM_dvbt() local
1637 code_size = EDINBURGH_DVBT_END_ADDR - EDINBURGH_DVBT_START_ADDR + 1; in _LoadDspCodeToSDRAM_dvbt()
[all …]
H A DdrvDMD_EXTERN_MSB201X.c2868 MS_U16 code_size; in MDrv_DMD_MSB201X_Init() local
2936 code_size = sizeof(MSB201X_DVBC_table); in MDrv_DMD_MSB201X_Init()
2937 _MSB201X_Demod_SPILoadAll(devID, ALL_DEMOD, code_ptr, code_size); //load demod FW code via SPI in MDrv_DMD_MSB201X_Init()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c3941 MS_U16 code_size; in JPEG_make_huff_table() local
4031 code_size = huffsize[p]; in JPEG_make_huff_table()
4033 hs->u8Code_size[i] = code_size; in JPEG_make_huff_table()
4035 if ( code_size <= 8 ) in JPEG_make_huff_table()
4037 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()
4039 for ( l = 1 << ( 8 - code_size ); l > 0; l-- ) in JPEG_make_huff_table()
4047 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
4058 _code <<= ( 16 - ( code_size - 8 ) ); in JPEG_make_huff_table()
4060 for ( l = code_size; l > 9; l-- ) in JPEG_make_huff_table()
H A DapiJPEG.c4025 MS_U16 code_size; in JPEG_make_huff_table() local
4116 code_size = huffsize[p]; in JPEG_make_huff_table()
4118 hs->u8Code_size[i] = code_size; in JPEG_make_huff_table()
4120 if ( code_size <= 8 ) in JPEG_make_huff_table()
4122 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()
4124 for ( l = 1 << ( 8 - code_size ); l > 0; l-- ) in JPEG_make_huff_table()
4132 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
4143 _code <<= ( 16 - ( code_size - 8 ) ); in JPEG_make_huff_table()
4145 for ( l = code_size; l > 9; l-- ) in JPEG_make_huff_table()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c3933 MS_U16 code_size; in JPEG_make_huff_table() local
4023 code_size = huffsize[p]; in JPEG_make_huff_table()
4025 hs->u8Code_size[i] = code_size; in JPEG_make_huff_table()
4027 if ( code_size <= 8 ) in JPEG_make_huff_table()
4029 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()
4031 for ( l = 1 << ( 8 - code_size ); l > 0; l-- ) in JPEG_make_huff_table()
4039 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
4050 _code <<= ( 16 - ( code_size - 8 ) ); in JPEG_make_huff_table()
4052 for ( l = code_size; l > 9; l-- ) in JPEG_make_huff_table()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dcycx_cfm.h99 unsigned long code_size; member
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c3888 MS_U16 code_size; in JPEG_make_huff_table() local
3978 code_size = huffsize[p]; in JPEG_make_huff_table()
3980 hs->u8Code_size[i] = code_size; in JPEG_make_huff_table()
3982 if ( code_size <= 8 ) in JPEG_make_huff_table()
3984 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()
3986 for ( l = 1 << ( 8 - code_size ); l > 0; l-- ) in JPEG_make_huff_table()
3994 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
4005 _code <<= ( 16 - ( code_size - 8 ) ); in JPEG_make_huff_table()
4007 for ( l = code_size; l > 9; l-- ) in JPEG_make_huff_table()