Home
last modified time | relevance | path

Searched refs:MAX_COMPONENTS (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdsample.c44 JSAMPARRAY color_buf[MAX_COMPONENTS];
47 upsample1_ptr methods[MAX_COMPONENTS];
53 int rowgroup_height[MAX_COMPONENTS];
58 UINT8 h_expand[MAX_COMPONENTS];
59 UINT8 v_expand[MAX_COMPONENTS];
A Djcsample.c64 downsample1_ptr methods[MAX_COMPONENTS];
67 int rowgroup_height[MAX_COMPONENTS];
72 UINT8 h_expand[MAX_COMPONENTS];
73 UINT8 v_expand[MAX_COMPONENTS];
A Djcmainct.c41 JSAMPARRAY buffer[MAX_COMPONENTS];
47 jvirt_sarray_ptr whole_image[MAX_COMPONENTS];
A Djcparam.c300 MAX_COMPONENTS * SIZEOF(jpeg_component_info)); in jpeg_set_defaults()
455 if (cinfo->num_components < 1 || cinfo->num_components > MAX_COMPONENTS) in jpeg_set_colorspace()
457 MAX_COMPONENTS); in jpeg_set_colorspace()
A Drdswitch.c310 for (ci = 0; ci < MAX_COMPONENTS; ci++) { in set_quant_slots()
344 for (ci = 0; ci < MAX_COMPONENTS; ci++) { in set_sample_factors()
A Djmorecfg.h45 #define MAX_COMPONENTS 10 /* maximum number of image components */ macro
A Djctrans.c111 if (dstinfo->num_components < 1 || dstinfo->num_components > MAX_COMPONENTS) in jpeg_copy_critical_parameters()
113 MAX_COMPONENTS); in jpeg_copy_critical_parameters()
A Djcdctmgr.c27 forward_DCT_method_ptr do_dct[MAX_COMPONENTS];
31 float_DCT_method_ptr do_float_dct[MAX_COMPONENTS];
A Djcmaster.c265 if (cinfo->num_components > MAX_COMPONENTS) in initial_setup()
267 MAX_COMPONENTS); in initial_setup()
360 boolean component_sent[MAX_COMPONENTS]; in validate_script()
363 int last_bitpos[MAX_COMPONENTS][DCTSIZE2]; in validate_script()
A Djpegint.h112 forward_DCT_ptr forward_DCT[MAX_COMPONENTS];
227 inverse_DCT_method_ptr inverse_DCT[MAX_COMPONENTS];
A Djddctmgr.c52 int cur_method[MAX_COMPONENTS];
A Djdinput.c224 if (cinfo->num_components > MAX_COMPONENTS) in initial_setup()
226 MAX_COMPONENTS); in initial_setup()
A Djcprepct.c59 JSAMPARRAY color_buf[MAX_COMPONENTS];
A Djccoefct.c55 jvirt_barray_ptr whole_image[MAX_COMPONENTS];
A Djdmainct.c119 JSAMPARRAY buffer[MAX_COMPONENTS];
A Djdcoefct.c53 jvirt_barray_ptr whole_image[MAX_COMPONENTS];
A Dlibjpeg.txt2992 by MAX_COMPONENTS. The JPEG standard allows up to 255 components, but we
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djmorecfg.h45 #define MAX_COMPONENTS 10 /* maximum number of image components */ macro
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_jpeg.c166 JSAMPARRAY ds_buffer[MAX_COMPONENTS];

Completed in 28 milliseconds