Home
last modified time | relevance | path

Searched refs:_u8Comp_ident (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel.c167 extern MS_U8 _u8Comp_ident[JPEG_MAXCOMPONENTS];
231 if(_u8LumaCi==_u8Comp_ident[ci]) in JPEG_CMODEL_DumpTables()
240 if(_u8ChromaCi==_u8Comp_ident[ci]) in JPEG_CMODEL_DumpTables()
351 if(_u8LumaCi==_u8Comp_ident[ci]) in JPEG_CMODEL_DumpTables()
360 if(_u8ChromaCi==_u8Comp_ident[ci]) in JPEG_CMODEL_DumpTables()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel.c167 extern MS_U8 _u8Comp_ident[JPEG_MAXCOMPONENTS];
231 if(_u8LumaCi==_u8Comp_ident[ci]) in JPEG_CMODEL_DumpTables()
240 if(_u8ChromaCi==_u8Comp_ident[ci]) in JPEG_CMODEL_DumpTables()
351 if(_u8LumaCi==_u8Comp_ident[ci]) in JPEG_CMODEL_DumpTables()
360 if(_u8ChromaCi==_u8Comp_ident[ci]) in JPEG_CMODEL_DumpTables()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1126 JPEG_STATIC MS_U8 _u8Comp_ident[JPEG_MAXCOMPONENTS]; /* component's ID */ variable
3158 _u8Comp_ident[i] = JPEG_get_char(); in JPEG_read_sof_marker()
3159 …if(_u8Comp_ident[i]==0) // The component ID is start from 0 (0 1 2). The normal case is start … in JPEG_read_sof_marker()
3253 if ( cc == _u8Comp_ident[ci] ) in JPEG_read_sos_marker()
3773 JPEG_memset((void *)_u8Comp_ident, 0, sizeof( _u8Comp_ident ) ); in JPEG_init()
4237 if(_u8LumaCi==_u8Comp_ident[ci])
4246 if(_u8ChromaCi==_u8Comp_ident[ci])
4299 if(_u8LumaCi==_u8Comp_ident[ci]) in JPEG_WriteSymidx()
4308 if(_u8ChromaCi==_u8Comp_ident[ci]) in JPEG_WriteSymidx()
4320 if(_u8Chroma2Ci==_u8Comp_ident[ci]) in JPEG_WriteSymidx()
[all …]
H A DapiJPEG.c636 MS_U8 _u8Comp_ident[E_NJPD_NJPD_TOTAL][JPEG_MAXCOMPONENTS]; /* component's ID */ member
978 JPEG_STATIC MS_U8 _u8Comp_ident[E_NJPD_NJPD_TOTAL][JPEG_MAXCOMPONENTS]; /* component's ID */
3272 pNJPEGContext->_u8Comp_ident[pNJPEGContext->eNJPDNum][i] = JPEG_get_char(); in JPEG_read_sof_marker()
3273 …if(pNJPEGContext->_u8Comp_ident[pNJPEGContext->eNJPDNum][i]==0) // The component ID is start f… in JPEG_read_sof_marker()
3367 if ( cc == pNJPEGContext->_u8Comp_ident[pNJPEGContext->eNJPDNum][ci] ) in JPEG_read_sos_marker()
3878 …JPEG_memset((void *)pNJPEGContext->_u8Comp_ident[pNJPEGContext->eNJPDNum], 0, sizeof( pNJPEGContex… in JPEG_init()
4327 …if(pNJPEGContext->_u8LumaCi[pNJPEGContext->eNJPDNum]==pNJPEGContext->_u8Comp_ident[pNJPEGContext->… in JPEG_WriteSymidx()
4336 …if(pNJPEGContext->_u8ChromaCi[pNJPEGContext->eNJPDNum]==pNJPEGContext->_u8Comp_ident[pNJPEGContext… in JPEG_WriteSymidx()
4347 …(pNJPEGContext->_u8Chroma2Ci[pNJPEGContext->eNJPDNum]==pNJPEGContext->_u8Comp_ident[pNJPEGContext-… in JPEG_WriteSymidx()
4438 …if(pNJPEGContext->_u8LumaCi[pNJPEGContext->eNJPDNum]==pNJPEGContext->_u8Comp_ident[pNJPEGContext->… in JPEG_WriteGrpinf()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1111 JPEG_STATIC MS_U8 _u8Comp_ident[JPEG_MAXCOMPONENTS]; /* component's ID */ variable
3150 _u8Comp_ident[i] = JPEG_get_char(); in JPEG_read_sof_marker()
3151 …if(_u8Comp_ident[i]==0) // The component ID is start from 0 (0 1 2). The normal case is start … in JPEG_read_sof_marker()
3245 if ( cc == _u8Comp_ident[ci] ) in JPEG_read_sos_marker()
3765 JPEG_memset((void *)_u8Comp_ident, 0, sizeof( _u8Comp_ident ) ); in JPEG_init()
4229 if(_u8LumaCi==_u8Comp_ident[ci])
4238 if(_u8ChromaCi==_u8Comp_ident[ci])
4291 if(_u8LumaCi==_u8Comp_ident[ci]) in JPEG_WriteSymidx()
4300 if(_u8ChromaCi==_u8Comp_ident[ci]) in JPEG_WriteSymidx()
4312 if(_u8Chroma2Ci==_u8Comp_ident[ci]) in JPEG_WriteSymidx()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1136 JPEG_STATIC MS_U8 _u8Comp_ident[JPEG_MAXCOMPONENTS]; /* component's ID */ variable
3116 _u8Comp_ident[i] = JPEG_get_char(); in JPEG_read_sof_marker()
3117 …if(_u8Comp_ident[i]==0) // The component ID is start from 0 (0 1 2). The normal case is start … in JPEG_read_sof_marker()
3211 if ( cc == _u8Comp_ident[ci] ) in JPEG_read_sos_marker()
3720 JPEG_memset((void *)_u8Comp_ident, 0, sizeof( _u8Comp_ident ) ); in JPEG_init()
4184 if(_u8LumaCi==_u8Comp_ident[ci])
4193 if(_u8ChromaCi==_u8Comp_ident[ci])
4246 if(_u8LumaCi==_u8Comp_ident[ci]) in JPEG_WriteSymidx()
4255 if(_u8ChromaCi==_u8Comp_ident[ci]) in JPEG_WriteSymidx()
4267 if(_u8Chroma2Ci==_u8Comp_ident[ci]) in JPEG_WriteSymidx()
[all …]