Lines Matching refs:block_x_mcu
5740 MS_U32 block_x_mcu[JPEG_MAXCOMPONENTS], block_y_mcu[JPEG_MAXCOMPONENTS]; in JPEG_decode_scan() local
5748 JPEG_memset((void *)block_x_mcu, 0, sizeof( block_x_mcu ) ); in JPEG_decode_scan()
5764 …if(!decode_block_func( component_id, block_x_mcu[component_id] + block_x_mcu_ofs, block_y_mcu[comp… in JPEG_decode_scan()
5772 block_x_mcu[component_id]++; in JPEG_decode_scan()
5784 … block_x_mcu[component_id] += pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id]; in JPEG_decode_scan()
6229 MS_U16 block_x_mcu[JPEG_MAXCOMPONENTS]; in JPEG_load_next_row() local
6231 JPEG_memset((void *)block_x_mcu, 0, JPEG_MAXCOMPONENTS * sizeof( MS_U16 ) ); in JPEG_load_next_row()
6244 …etp( pNJPEGContext->_AC_Coeffs[pNJPEGContext->eNJPDNum][component_id], block_x_mcu[component_id] +… in JPEG_load_next_row()
6251 …etp( pNJPEGContext->_DC_Coeffs[pNJPEGContext->eNJPDNum][component_id], block_x_mcu[component_id] +… in JPEG_load_next_row()
6323 block_x_mcu[component_id]++; in JPEG_load_next_row()
6335 … block_x_mcu[component_id] += pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id]; in JPEG_load_next_row()