Home
last modified time | relevance | path

Searched refs:pDC (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c6298 JPEG_BLOCK_TYPE *pDC; in JPEG_load_next_row() local
6314pDC = JPEG_coeff_buf_getp( _DC_Coeffs[component_id], block_x_mcu[component_id] + block_x_mcu_ofs, … in JPEG_load_next_row()
6315 if(pDC == NULL) in JPEG_load_next_row()
6320 p[0] = pDC[0]; in JPEG_load_next_row()
H A DapiJPEG.c6240 JPEG_BLOCK_TYPE *pDC; in JPEG_load_next_row() local
6251pDC = JPEG_coeff_buf_getp( pNJPEGContext->_DC_Coeffs[pNJPEGContext->eNJPDNum][component_id], block… in JPEG_load_next_row()
6252 if(pDC == NULL) in JPEG_load_next_row()
6257 p[0] = pDC[0]; in JPEG_load_next_row()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c6293 JPEG_BLOCK_TYPE *pDC; in JPEG_load_next_row() local
6309pDC = JPEG_coeff_buf_getp( _DC_Coeffs[component_id], block_x_mcu[component_id] + block_x_mcu_ofs, … in JPEG_load_next_row()
6310 if(pDC == NULL) in JPEG_load_next_row()
6315 p[0] = pDC[0]; in JPEG_load_next_row()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c6248 JPEG_BLOCK_TYPE *pDC; in JPEG_load_next_row() local
6264pDC = JPEG_coeff_buf_getp( _DC_Coeffs[component_id], block_x_mcu[component_id] + block_x_mcu_ofs, … in JPEG_load_next_row()
6265 if(pDC == NULL) in JPEG_load_next_row()
6270 p[0] = pDC[0]; in JPEG_load_next_row()