Searched refs:MAX_COMPONENTS (Results 1 - 25 of 33) sorted by relevance

12

/external/pdfium/core/include/thirdparties/libjpeg/
H A Djmorecfg.h38 #define MAX_COMPONENTS 10 /* maximum number of image components */ macro
H A Djpegint.h228 inverse_DCT_method_ptr inverse_DCT[MAX_COMPONENTS];
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djmorecfg.h38 #define MAX_COMPONENTS 10 /* maximum number of image components */ macro
H A Dfpdfapi_jdsample.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];
H A Dfpdfapi_jcmainct.c41 JSAMPARRAY buffer[MAX_COMPONENTS];
47 jvirt_sarray_ptr whole_image[MAX_COMPONENTS];
H A Dfpdfapi_jcmaster.c76 if (cinfo->num_components > MAX_COMPONENTS)
78 MAX_COMPONENTS);
139 boolean component_sent[MAX_COMPONENTS];
142 int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
H A Dfpdfapi_jddctmgr.c52 int cur_method[MAX_COMPONENTS];
H A Dfpdfapi_jctrans.c104 if (dstinfo->num_components < 1 || dstinfo->num_components > MAX_COMPONENTS)
106 MAX_COMPONENTS);
H A Dfpdfapi_jdinput.c56 if (cinfo->num_components > MAX_COMPONENTS)
58 MAX_COMPONENTS);
H A Dfpdfapi_jcparam.c284 MAX_COMPONENTS * SIZEOF(jpeg_component_info));
460 if (cinfo->num_components < 1 || cinfo->num_components > MAX_COMPONENTS)
462 MAX_COMPONENTS);
H A Dfpdfapi_jcprepct.c60 JSAMPARRAY color_buf[MAX_COMPONENTS];
/external/jpeg/
H A Djdsample.c43 JSAMPARRAY color_buf[MAX_COMPONENTS];
46 upsample1_ptr methods[MAX_COMPONENTS];
52 int rowgroup_height[MAX_COMPONENTS];
57 UINT8 h_expand[MAX_COMPONENTS];
58 UINT8 v_expand[MAX_COMPONENTS];
H A Djmorecfg.h62 #define MAX_COMPONENTS 10 /* maximum number of image components */ macro
H A Djcmainct.c40 JSAMPARRAY buffer[MAX_COMPONENTS];
46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS];
H A Drdswitch.c276 for (ci = 0; ci < MAX_COMPONENTS; ci++) {
310 for (ci = 0; ci < MAX_COMPONENTS; ci++) {
H A Djcmaster.c75 if (cinfo->num_components > MAX_COMPONENTS)
77 MAX_COMPONENTS);
138 boolean component_sent[MAX_COMPONENTS];
141 int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
H A Djctrans.c103 if (dstinfo->num_components < 1 || dstinfo->num_components > MAX_COMPONENTS)
105 MAX_COMPONENTS);
H A Djdinput.c57 if (cinfo->num_components > MAX_COMPONENTS)
59 MAX_COMPONENTS);
H A Djcparam.c283 MAX_COMPONENTS * SIZEOF(jpeg_component_info));
459 if (cinfo->num_components < 1 || cinfo->num_components > MAX_COMPONENTS)
461 MAX_COMPONENTS);
H A Djddctmgr.c83 int cur_method[MAX_COMPONENTS];
H A Djcprepct.c59 JSAMPARRAY color_buf[MAX_COMPONENTS];
H A Djccoefct.c54 jvirt_barray_ptr whole_image[MAX_COMPONENTS];
H A Djcsample.c64 downsample1_ptr methods[MAX_COMPONENTS];
H A Djdmainct.c118 JSAMPARRAY buffer[MAX_COMPONENTS];
H A Djpegint.h258 inverse_DCT_method_ptr inverse_DCT[MAX_COMPONENTS];

Completed in 135 milliseconds

12