HomeSort by relevance Sort by last modified time
    Searched refs:max_h_samp_factor (Results 1 - 15 of 15) sorted by null

  /external/jpeg/
jdinput.c 62 cinfo->max_h_samp_factor = 1;
69 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
88 (long) (cinfo->max_h_samp_factor * DCTSIZE));
99 (long) cinfo->max_h_samp_factor);
166 (long) (cinfo->max_h_samp_factor*DCTSIZE));
jcsample.c 149 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor;
485 if (compptr->h_samp_factor == cinfo->max_h_samp_factor &&
494 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor &&
498 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor &&
507 } else if ((cinfo->max_h_samp_factor % compptr->h_samp_factor) == 0 &&
transupp.c 82 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
249 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
374 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
478 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
682 int ci, max_h_samp_factor; local
685 /* We have to compute max_h_samp_factor ourselves,
689 max_h_samp_factor = 1;
692 max_h_samp_factor = MAX(max_h_samp_factor, h_samp_factor);
694 MCU_cols = dstinfo->image_width / (max_h_samp_factor * DCTSIZE)
    [all...]
jcmaster.c 80 cinfo->max_h_samp_factor = 1;
87 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
103 (long) (cinfo->max_h_samp_factor * DCTSIZE));
110 (long) cinfo->max_h_samp_factor);
351 (long) (cinfo->max_h_samp_factor*DCTSIZE));
jcprepct.c 292 cinfo->max_h_samp_factor) / compptr->h_samp_factor),
350 cinfo->max_h_samp_factor) / compptr->h_samp_factor),
jdapistd.c 217 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE;
277 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE;
jdmaster.c 153 cinfo->max_h_samp_factor * cinfo->min_DCT_scaled_size) &&
170 (long) (cinfo->max_h_samp_factor * DCTSIZE));
jdsample.c 429 * are to be converted to max_h_samp_factor * max_v_samp_factor pixels.
435 h_out_group = cinfo->max_h_samp_factor;
474 (long) cinfo->max_h_samp_factor),
jpeglib.h 368 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_compress_struct
583 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_decompress_struct
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 39 milliseconds