Searched refs:JPG_MAX_COMPONENTS (Results 1 – 2 of 2) sorted by relevance
94 #define JPG_MAX_COMPONENTS 3 macro112 GX_UBYTE gx_jpeg_sample_factor[JPG_MAX_COMPONENTS];113 GX_UBYTE gx_jpeg_component_id[JPG_MAX_COMPONENTS];114 GX_UBYTE gx_jpeg_qantization_table_index[JPG_MAX_COMPONENTS];115 GX_UBYTE gx_jpeg_dc_table_index[JPG_MAX_COMPONENTS];116 GX_UBYTE gx_jpeg_ac_table_index[JPG_MAX_COMPONENTS];124 INT gx_jpeg_pre_dc[JPG_MAX_COMPONENTS];
459 if (jpeg_info -> gx_jpeg_num_of_components > JPG_MAX_COMPONENTS) in _gx_image_reader_jpeg_frame_header_read()530 if (jpeg_info -> gx_jpeg_num_of_components > JPG_MAX_COMPONENTS) in _gx_image_reader_jpeg_scan_header_read()1348 if (i_component >= JPG_MAX_COMPONENTS) in _gx_image_reader_jpeg_one_block_decode()