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

  /external/chromium_org/third_party/libjpeg_turbo/
jdinput.c 63 cinfo->max_h_samp_factor = 1;
70 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
103 (long) (cinfo->max_h_samp_factor * DCTSIZE));
114 (long) cinfo->max_h_samp_factor);
181 (long) (cinfo->max_h_samp_factor*DCTSIZE));
jcsample.c 151 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor;
487 if (compptr->h_samp_factor == cinfo->max_h_samp_factor &&
496 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor &&
503 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor &&
515 } else if ((cinfo->max_h_samp_factor % compptr->h_samp_factor) == 0 &&
jcmaster.c 111 cinfo->max_h_samp_factor = 1;
118 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
138 (long) (cinfo->max_h_samp_factor * DCTSIZE));
145 (long) cinfo->max_h_samp_factor);
386 (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),
transupp.c 149 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size);
215 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size);
408 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size);
557 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size);
668 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size);
    [all...]
turbojpeg.c 745 pw=PAD(width, cinfo->max_h_samp_factor);
762 PAD((compptr->width_in_blocks*cinfo->max_h_samp_factor*DCTSIZE)
772 PAD((compptr->width_in_blocks*cinfo->max_h_samp_factor*DCTSIZE)
787 cw[i]=pw*compptr->h_samp_factor/cinfo->max_h_samp_factor;
1094 cw[i]=PAD(dinfo->image_width, dinfo->max_h_samp_factor)
1095 *compptr->h_samp_factor/dinfo->max_h_samp_factor;
    [all...]
jdsample.c 434 * are to be converted to max_h_samp_factor * max_v_samp_factor pixels.
440 h_out_group = cinfo->max_h_samp_factor;
493 (long) cinfo->max_h_samp_factor),
jdmaster.c 295 ((cinfo->max_h_samp_factor * cinfo->_min_DCT_scaled_size) %
317 (long) (cinfo->max_h_samp_factor * DCTSIZE));
jpeglib.h 418 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_compress_struct
643 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_decompress_struct
    [all...]
  /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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 191 return decompress_struct_->max_h_samp_factor /
  /external/chromium_org/third_party/libyuv/source/
mjpeg_decoder.cc 191 return decompress_struct_->max_h_samp_factor /
  /external/libyuv/files/source/
mjpeg_decoder.cc 208 return decompress_struct_->max_h_samp_factor /
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 150 milliseconds