HomeSort by relevance Sort by last modified time
    Searched refs:MAX_COMPS_IN_SCAN (Results 1 - 25 of 36) sorted by null

1 2

  /external/libjpeg-turbo/
jcmaster.c 218 if (ncomps <= 0 || ncomps > MAX_COMPS_IN_SCAN)
219 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, ncomps, MAX_COMPS_IN_SCAN);
339 if (cinfo->num_components > MAX_COMPS_IN_SCAN)
341 MAX_COMPS_IN_SCAN);
391 if (cinfo->comps_in_scan <= 0 || cinfo->comps_in_scan > MAX_COMPS_IN_SCAN)
393 MAX_COMPS_IN_SCAN);
jpeglib.h 51 #define MAX_COMPS_IN_SCAN 4 /* JPEG limit on # of components in one scan */
194 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */
434 jpeg_component_info *cur_comp_info[MAX_COMPS_IN_SCAN];
666 jpeg_component_info *cur_comp_info[MAX_COMPS_IN_SCAN];
    [all...]
jcparam.c 446 if (ncomps <= MAX_COMPS_IN_SCAN) {
485 if (ncomps > MAX_COMPS_IN_SCAN)
jdinput.c 181 if (cinfo->comps_in_scan <= 0 || cinfo->comps_in_scan > MAX_COMPS_IN_SCAN)
183 MAX_COMPS_IN_SCAN);
jdphuff.c 37 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
42 * such a compiler and you change MAX_COMPS_IN_SCAN.
48 #if MAX_COMPS_IN_SCAN == 4
rdswitch.c 212 if (ncomps >= MAX_COMPS_IN_SCAN) {
jdarith.c 35 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
36 int dc_context[MAX_COMPS_IN_SCAN]; /* context index for DC conditioning */
jdhuff.c 36 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
41 * such a compiler and you change MAX_COMPS_IN_SCAN.
47 #if MAX_COMPS_IN_SCAN == 4
jctrans.c 300 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
jdmarker.c 321 if (length != (n * 2 + 6) || n < 1 || n > MAX_COMPS_IN_SCAN)
328 for (i = 0; i < MAX_COMPS_IN_SCAN; i++)
336 ci < cinfo->num_components && ci < MAX_COMPS_IN_SCAN;
    [all...]
jccoefct.c 347 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
jcarith.c 37 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
38 int dc_context[MAX_COMPS_IN_SCAN]; /* context index for DC conditioning */
jchuff.c 72 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
77 * such a compiler and you change MAX_COMPS_IN_SCAN.
83 #if MAX_COMPS_IN_SCAN == 4
    [all...]
jcphuff.c 43 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
jdcoefct.c 197 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmaster.c 171 if (ncomps <= 0 || ncomps > MAX_COMPS_IN_SCAN)
172 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, ncomps, MAX_COMPS_IN_SCAN);
292 if (cinfo->num_components > MAX_COMPS_IN_SCAN)
294 MAX_COMPS_IN_SCAN);
344 if (cinfo->comps_in_scan <= 0 || cinfo->comps_in_scan > MAX_COMPS_IN_SCAN)
346 MAX_COMPS_IN_SCAN);
fpdfapi_jdinput.c 157 if (cinfo->comps_in_scan <= 0 || cinfo->comps_in_scan > MAX_COMPS_IN_SCAN)
159 MAX_COMPS_IN_SCAN);
fpdfapi_jdhuff.c 30 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
35 * such a compiler and you change MAX_COMPS_IN_SCAN.
41 #if MAX_COMPS_IN_SCAN == 4
fpdfapi_jdphuff.c 34 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
39 * such a compiler and you change MAX_COMPS_IN_SCAN.
45 #if MAX_COMPS_IN_SCAN == 4
jpeglib.h 148 #define MAX_COMPS_IN_SCAN 4 /* JPEG limit on # of components in one scan */
288 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */
481 jpeg_component_info * cur_comp_info[MAX_COMPS_IN_SCAN];
699 jpeg_component_info * cur_comp_info[MAX_COMPS_IN_SCAN];
    [all...]
fpdfapi_jchuff.c 31 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
36 * such a compiler and you change MAX_COMPS_IN_SCAN.
42 #if MAX_COMPS_IN_SCAN == 4
fpdfapi_jcparam.c 514 if (ncomps <= MAX_COMPS_IN_SCAN) {
553 if (ncomps > MAX_COMPS_IN_SCAN)
fpdfapi_jctrans.c 286 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
fpdfapi_jccoefct.c 347 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
fpdfapi_jcphuff.c 40 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */

Completed in 309 milliseconds

1 2