Lines Matching refs:JPEG_MAXCOMPONENTS
1123 JPEG_STATIC MS_U8 _u8Comp_h_samp[JPEG_MAXCOMPONENTS]; /* component's horizontal sampling factor…
1124 JPEG_STATIC MS_U8 _u8Comp_v_samp[JPEG_MAXCOMPONENTS]; /* component's vertical sampling factor */
1125 JPEG_STATIC MS_U8 _u8Comp_quant[JPEG_MAXCOMPONENTS]; /* component's quantization table selecto…
1126 JPEG_STATIC MS_U8 _u8Comp_ident[JPEG_MAXCOMPONENTS]; /* component's ID */
1133 JPEG_STATIC MS_U16 _u16Comp_h_blocks[JPEG_MAXCOMPONENTS];
1134 JPEG_STATIC MS_U16 _u16Comp_v_blocks[JPEG_MAXCOMPONENTS];
1138 JPEG_STATIC MS_U8 _u8Comp_dc_tab[JPEG_MAXCOMPONENTS]; /* component's DC Huffman coding table se…
1139 JPEG_STATIC MS_U8 _u8Comp_ac_tab[JPEG_MAXCOMPONENTS]; /* component's AC Huffman coding table se…
1159 JPEG_STATIC MS_U32 _u32Block_y_mcu[JPEG_MAXCOMPONENTS];
1161 JPEG_STATIC PJPEG_CoeffBuf _DC_Coeffs[JPEG_MAXCOMPONENTS];
1162 JPEG_STATIC PJPEG_CoeffBuf _AC_Coeffs[JPEG_MAXCOMPONENTS];
1163 JPEG_STATIC MS_U32 _u32Last_dc_val[JPEG_MAXCOMPONENTS];
1273 JPEG_STATIC MS_U32 _u32Block_y_mcu[JPEG_MAXCOMPONENTS];
3144 if ( _u8Comps_in_frame > JPEG_MAXCOMPONENTS ) in JPEG_read_sof_marker()
4391 MS_U8 comp[JPEG_MAXCOMPONENTS];
4398 JPEG_memset((void *)comp, 0, JPEG_MAXCOMPONENTS);
4404 for(i = 0; i<JPEG_MAXCOMPONENTS; i++)
4442 MS_U8 comp[JPEG_MAXCOMPONENTS]; in JPEG_WriteIQTbl()
4453 JPEG_memset((void *)comp, 0, JPEG_MAXCOMPONENTS); in JPEG_WriteIQTbl()
4459 for(i = 0; i<JPEG_MAXCOMPONENTS; i++) in JPEG_WriteIQTbl()
5824 MS_U32 block_x_mcu[JPEG_MAXCOMPONENTS], block_y_mcu[JPEG_MAXCOMPONENTS]; in JPEG_decode_scan()
6287 MS_U16 block_x_mcu[JPEG_MAXCOMPONENTS]; in JPEG_load_next_row()
6289 JPEG_memset((void *)block_x_mcu, 0, JPEG_MAXCOMPONENTS * sizeof( MS_U16 ) ); in JPEG_load_next_row()
6466 MS_U8 comp[JPEG_MAXCOMPONENTS]; in JPEG_StartDecode()
6486 JPEG_memset((void *)comp, 0, JPEG_MAXCOMPONENTS); in JPEG_StartDecode()
6492 for(i = 0; i<JPEG_MAXCOMPONENTS; i++) in JPEG_StartDecode()