Lines Matching refs:JPEG_MAXCOMPONENTS

1108 JPEG_STATIC MS_U8 _u8Comp_h_samp[JPEG_MAXCOMPONENTS];     /* component's horizontal sampling factor…
1109 JPEG_STATIC MS_U8 _u8Comp_v_samp[JPEG_MAXCOMPONENTS]; /* component's vertical sampling factor */
1110 JPEG_STATIC MS_U8 _u8Comp_quant[JPEG_MAXCOMPONENTS]; /* component's quantization table selecto…
1111 JPEG_STATIC MS_U8 _u8Comp_ident[JPEG_MAXCOMPONENTS]; /* component's ID */
1118 JPEG_STATIC MS_U16 _u16Comp_h_blocks[JPEG_MAXCOMPONENTS];
1119 JPEG_STATIC MS_U16 _u16Comp_v_blocks[JPEG_MAXCOMPONENTS];
1123 JPEG_STATIC MS_U8 _u8Comp_dc_tab[JPEG_MAXCOMPONENTS]; /* component's DC Huffman coding table se…
1124 JPEG_STATIC MS_U8 _u8Comp_ac_tab[JPEG_MAXCOMPONENTS]; /* component's AC Huffman coding table se…
1144 JPEG_STATIC MS_U32 _u32Block_y_mcu[JPEG_MAXCOMPONENTS];
1146 JPEG_STATIC PJPEG_CoeffBuf _DC_Coeffs[JPEG_MAXCOMPONENTS];
1147 JPEG_STATIC PJPEG_CoeffBuf _AC_Coeffs[JPEG_MAXCOMPONENTS];
1148 JPEG_STATIC MS_U32 _u32Last_dc_val[JPEG_MAXCOMPONENTS];
1257 JPEG_STATIC MS_U32 _u32Block_y_mcu[JPEG_MAXCOMPONENTS];
3136 if ( _u8Comps_in_frame > JPEG_MAXCOMPONENTS ) in JPEG_read_sof_marker()
4383 MS_U8 comp[JPEG_MAXCOMPONENTS];
4390 JPEG_memset((void *)comp, 0, JPEG_MAXCOMPONENTS);
4396 for(i = 0; i<JPEG_MAXCOMPONENTS; i++)
4434 MS_U8 comp[JPEG_MAXCOMPONENTS]; in JPEG_WriteIQTbl()
4445 JPEG_memset((void *)comp, 0, JPEG_MAXCOMPONENTS); in JPEG_WriteIQTbl()
4451 for(i = 0; i<JPEG_MAXCOMPONENTS; i++) in JPEG_WriteIQTbl()
5819 MS_U32 block_x_mcu[JPEG_MAXCOMPONENTS], block_y_mcu[JPEG_MAXCOMPONENTS]; in JPEG_decode_scan()
6282 MS_U16 block_x_mcu[JPEG_MAXCOMPONENTS]; in JPEG_load_next_row()
6284 JPEG_memset((void *)block_x_mcu, 0, JPEG_MAXCOMPONENTS * sizeof( MS_U16 ) ); in JPEG_load_next_row()
6461 MS_U8 comp[JPEG_MAXCOMPONENTS]; in JPEG_StartDecode()
6489 JPEG_memset((void *)comp, 0, JPEG_MAXCOMPONENTS); in JPEG_StartDecode()
6495 for(i = 0; i<JPEG_MAXCOMPONENTS; i++) in JPEG_StartDecode()