Home
last modified time | relevance | path

Searched refs:_u16Total_lines_left (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.c180 extern MS_U16 _u16Total_lines_left; /* total # lines left in image */
884 if ( _u16Total_lines_left == 0 ) in JPEG_CMODEL_decode()
906 if ( _u16Total_lines_left <= gu8Max_mcu_y_size ) in JPEG_CMODEL_decode()
977 _u16Total_lines_left--; in JPEG_CMODEL_decode()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel.c180 extern MS_U16 _u16Total_lines_left; /* total # lines left in image */
884 if ( _u16Total_lines_left == 0 ) in JPEG_CMODEL_decode()
906 if ( _u16Total_lines_left <= gu8Max_mcu_y_size ) in JPEG_CMODEL_decode()
977 _u16Total_lines_left--; in JPEG_CMODEL_decode()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1158 JPEG_STATIC MS_U16 _u16Total_lines_left; /* total # lines left in image */ variable
1272 JPEG_STATIC MS_U16 _u16Total_lines_left; /* total # lines left in image */ variable
3806 _u16Total_lines_left = 0; in JPEG_init()
5429 _u16Total_lines_left = _u16Image_y_size; in JPEG_init_frame()
5440 _u16Total_lines_left = _u16Max_mcus_per_col * gu8Max_mcu_y_size; in JPEG_init_frame()
6324 …_block==(_u8Blocks_per_mcu -1)&&mcu_row==(_u16Mcus_per_row - 1)&&(_u16Total_lines_left - gu8Max_mc… in JPEG_load_next_row()
6339 && (_u16Total_lines_left == gu8Max_mcu_y_size)) in JPEG_load_next_row()
6353 if( _u16Total_lines_left == gu8Max_mcu_y_size )//Last Line in JPEG_load_next_row()
6760 if ( _u16Total_lines_left == 0 ) in JPEG_Progressive_Decode()
6778 if( _u16Total_lines_left > 0 ) in JPEG_Progressive_Decode()
[all …]
H A DapiJPEG.c668 MS_U16 _u16Total_lines_left[E_NJPD_NJPD_TOTAL]; /* total # lines left in image */ member
739 MS_U16 _u16Total_lines_left[E_NJPD_NJPD_TOTAL]; /* total # lines left in image */ member
1010 JPEG_STATIC MS_U16 _u16Total_lines_left[E_NJPD_NJPD_TOTAL]; /* total # lines left in …
1115 JPEG_STATIC MS_U16 _u16Total_lines_left[E_NJPD_NJPD_TOTAL]; /* total # lines left in …
3905 pNJPEGContext->_u16Total_lines_left[pNJPEGContext->eNJPDNum] = 0; in JPEG_init()
5372 …pNJPEGContext->_u16Total_lines_left[pNJPEGContext->eNJPDNum] = pNJPEGContext->_u16Image_y_size[pNJ… in JPEG_init_frame()
5379 …pNJPEGContext->_u16Total_lines_left[pNJPEGContext->eNJPDNum] = pNJPEGContext->_u16Max_mcus_per_col… in JPEG_init_frame()
6272 …&& (pNJPEGContext->_u16Total_lines_left[pNJPEGContext->eNJPDNum] == pNJPEGContext->gu8Max_mcu_y_si… in JPEG_load_next_row()
6286 …if( pNJPEGContext->_u16Total_lines_left[pNJPEGContext->eNJPDNum] == pNJPEGContext->gu8Max_mcu_y_si… in JPEG_load_next_row()
6798 if ( pNJPEGContext->_u16Total_lines_left[pNJPEGContext->eNJPDNum] == 0 ) in JPEG_Progressive_Decode()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1143 JPEG_STATIC MS_U16 _u16Total_lines_left; /* total # lines left in image */ variable
1256 JPEG_STATIC MS_U16 _u16Total_lines_left; /* total # lines left in image */ variable
3798 _u16Total_lines_left = 0; in JPEG_init()
5424 _u16Total_lines_left = _u16Image_y_size; in JPEG_init_frame()
5435 _u16Total_lines_left = _u16Max_mcus_per_col * gu8Max_mcu_y_size; in JPEG_init_frame()
6319 …_block==(_u8Blocks_per_mcu -1)&&mcu_row==(_u16Mcus_per_row - 1)&&(_u16Total_lines_left - gu8Max_mc… in JPEG_load_next_row()
6334 && (_u16Total_lines_left == gu8Max_mcu_y_size)) in JPEG_load_next_row()
6348 if( _u16Total_lines_left == gu8Max_mcu_y_size )//Last Line in JPEG_load_next_row()
6763 if ( _u16Total_lines_left == 0 ) in JPEG_Progressive_Decode()
6781 if( _u16Total_lines_left > 0 ) in JPEG_Progressive_Decode()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1168 JPEG_STATIC MS_U16 _u16Total_lines_left; /* total # lines left in image */ variable
1282 JPEG_STATIC MS_U16 _u16Total_lines_left; /* total # lines left in image */ variable
3753 _u16Total_lines_left = 0; in JPEG_init()
5379 _u16Total_lines_left = _u16Image_y_size; in JPEG_init_frame()
5390 _u16Total_lines_left = _u16Max_mcus_per_col * gu8Max_mcu_y_size; in JPEG_init_frame()
6274 …_block==(_u8Blocks_per_mcu -1)&&mcu_row==(_u16Mcus_per_row - 1)&&(_u16Total_lines_left - gu8Max_mc… in JPEG_load_next_row()
6289 && (_u16Total_lines_left == gu8Max_mcu_y_size)) in JPEG_load_next_row()
6303 if( _u16Total_lines_left == gu8Max_mcu_y_size )//Last Line in JPEG_load_next_row()
6718 if ( _u16Total_lines_left == 0 ) in JPEG_Progressive_Decode()
6736 if( _u16Total_lines_left > 0 ) in JPEG_Progressive_Decode()
[all …]