Lines Matching refs:component_id
4233 MS_U8 component_num, component_id; in JPEG_calc_mcu_block_order() local
4236 …for ( component_id = 0; component_id < pNJPEGContext->_u8Comps_in_frame[pNJPEGContext->eNJPDNum]; … in JPEG_calc_mcu_block_order()
4238 if ( pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id] > max_h_samp ) in JPEG_calc_mcu_block_order()
4240 max_h_samp = pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id]; in JPEG_calc_mcu_block_order()
4243 if ( pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum][component_id] > max_v_samp ) in JPEG_calc_mcu_block_order()
4245 max_v_samp = pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum][component_id]; in JPEG_calc_mcu_block_order()
4255 …for ( component_id = 0; component_id < pNJPEGContext->_u8Comps_in_frame[pNJPEGContext->eNJPDNum]; … in JPEG_calc_mcu_block_order()
4257 …[component_id] = ( ( ( ( pNJPEGContext->_u16Image_x_size[pNJPEGContext->eNJPDNum] * pNJPEGContext-… in JPEG_calc_mcu_block_order()
4258 …[component_id] = ( ( ( ( pNJPEGContext->_u16Image_y_size[pNJPEGContext->eNJPDNum] * pNJPEGContext-… in JPEG_calc_mcu_block_order()
4286 component_id = pNJPEGContext->_u8Comp_list[pNJPEGContext->eNJPDNum][component_num]; in JPEG_calc_mcu_block_order()
4288 …mp_h_samp[pNJPEGContext->eNJPDNum][component_id] * pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eN… in JPEG_calc_mcu_block_order()
4292 …JPEGContext->eNJPDNum][pNJPEGContext->_u8Blocks_per_mcu[pNJPEGContext->eNJPDNum]++] = component_id; in JPEG_calc_mcu_block_order()
5450 MS_U8 component_id, MS_U16 block_x, MS_U16 block_y) in JPEG_decode_block_dc_first() argument
5453 …EG_coeff_buf_getp( pNJPEGContext->_DC_Coeffs[pNJPEGContext->eNJPDNum][component_id], block_x, bloc… in JPEG_decode_block_dc_first()
5461 …s[pNJPEGContext->eNJPDNum][pNJPEGContext->_u8Comp_dc_tab[pNJPEGContext->eNJPDNum][component_id]] ); in JPEG_decode_block_dc_first()
5469 …c_val[pNJPEGContext->eNJPDNum][component_id] = ( s += pNJPEGContext->_u32Last_dc_val[pNJPEGContext… in JPEG_decode_block_dc_first()
5476 MS_U8 component_id, MS_U16 block_x, MS_U16 block_y) in JPEG_decode_block_dc_refine() argument
5480 …EG_coeff_buf_getp( pNJPEGContext->_DC_Coeffs[pNJPEGContext->eNJPDNum][component_id], block_x, bloc… in JPEG_decode_block_dc_refine()
5494 MS_U8 component_id, MS_U16 block_x, MS_U16 block_y) in JPEG_decode_block_ac_first() argument
5505 …p = JPEG_coeff_buf_getp( pNJPEGContext->_AC_Coeffs[pNJPEGContext->eNJPDNum][component_id], block_x… in JPEG_decode_block_ac_first()
5515 …s[pNJPEGContext->eNJPDNum][pNJPEGContext->_u8Comp_ac_tab[pNJPEGContext->eNJPDNum][component_id]] ); in JPEG_decode_block_ac_first()
5575 MS_U8 component_id, MS_U16 block_x, MS_U16 block_y) in JPEG_decode_block_ac_refine() argument
5580 …EG_coeff_buf_getp( pNJPEGContext->_AC_Coeffs[pNJPEGContext->eNJPDNum][component_id], block_x, bloc… in JPEG_decode_block_ac_refine()
5594 …s[pNJPEGContext->eNJPDNum][pNJPEGContext->_u8Comp_ac_tab[pNJPEGContext->eNJPDNum][component_id]] ); in JPEG_decode_block_ac_refine()
5746 MS_U32 component_num, component_id; in JPEG_decode_scan() local
5762 component_id = pNJPEGContext->_u8Mcu_org[pNJPEGContext->eNJPDNum][mcu_block]; 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()
5776 … if ( ++block_x_mcu_ofs == pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id] ) in JPEG_decode_scan()
5780 … if ( ++block_y_mcu_ofs == pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum][component_id] ) in JPEG_decode_scan()
5784 … block_x_mcu[component_id] += pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id]; in JPEG_decode_scan()
5801 component_id = pNJPEGContext->_u8Comp_list[pNJPEGContext->eNJPDNum][component_num]; in JPEG_decode_scan()
5803 … block_y_mcu[component_id] += pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum][component_id]; in JPEG_decode_scan()
6228 MS_U8 component_num, component_id; in JPEG_load_next_row() local
6242 component_id = pNJPEGContext->_u8Mcu_org[pNJPEGContext->eNJPDNum][mcu_block]; in JPEG_load_next_row()
6244 …->eNJPDNum][component_id], block_x_mcu[component_id] + block_x_mcu_ofs, pNJPEGContext->_u32Block_y… in JPEG_load_next_row()
6251 …->eNJPDNum][component_id], block_x_mcu[component_id] + block_x_mcu_ofs, pNJPEGContext->_u32Block_y… in JPEG_load_next_row()
6275 if(!JPEG_do_RLE(p, TRUE, component_id, TRUE)) // means it is end of picture in JPEG_load_next_row()
6280 if(!JPEG_do_RLE(p, FALSE, component_id, TRUE)) in JPEG_load_next_row()
6297 … if(!JPEG_do_RLE(p, TRUE, component_id, TRUE)) // means it is end of picture in JPEG_load_next_row()
6303 if(!JPEG_do_RLE(p, FALSE, component_id, TRUE)) in JPEG_load_next_row()
6315 if(!JPEG_do_RLE(p, FALSE, component_id, TRUE)) in JPEG_load_next_row()
6323 block_x_mcu[component_id]++; in JPEG_load_next_row()
6327 … if ( ++block_x_mcu_ofs == pNJPEGContext->_u8Comp_h_samp[pNJPEGContext->eNJPDNum][component_id] ) in JPEG_load_next_row()
6331 … if ( ++block_y_mcu_ofs == pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eNJPDNum][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()
6350 component_id = pNJPEGContext->_u8Comp_list[pNJPEGContext->eNJPDNum][component_num]; in JPEG_load_next_row()
6352 …ck_y_mcu[pNJPEGContext->eNJPDNum][component_id] += pNJPEGContext->_u8Comp_v_samp[pNJPEGContext->eN… in JPEG_load_next_row()
9710 MS_U8 component_id = pNJPEGContext->_u8Mcu_org[pNJPEGContext->eNJPDNum][mcu_block]; in msAPI_JPEG_decode_next_row() local
9715 …EGContext->eNJPDNum][pNJPEGContext->_u8Comp_quant[pNJPEGContext->eNJPDNum][component_id]].s16Value; in msAPI_JPEG_decode_next_row()
9718 …Context->eNJPDNum][pNJPEGContext->_u8Comp_dc_tab[pNJPEGContext->eNJPDNum][component_id]] ) ) != 0 ) in msAPI_JPEG_decode_next_row()
9726 …c_val[pNJPEGContext->eNJPDNum][component_id] = ( s += pNJPEGContext->_u32Last_dc_val[pNJPEGContext… in msAPI_JPEG_decode_next_row()
9732 …bls[pNJPEGContext->eNJPDNum][pNJPEGContext->_u8Comp_ac_tab[pNJPEGContext->eNJPDNum][component_id]]; in msAPI_JPEG_decode_next_row()