HomeSort by relevance Sort by last modified time
    Searched defs:DCTSIZE (Results 1 - 12 of 12) sorted by null

  /external/syslinux/com32/lib/jpeg/
jidctflt.c 78 #define DCTSIZE 8
79 #define DCTSIZE2 (DCTSIZE*DCTSIZE)
140 for (ctr = DCTSIZE; ctr > 0; ctr--) {
150 if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
151 inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*4] == 0 &&
152 inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*6] == 0 &
    [all...]
  /external/libjpeg-turbo/
jpeglib.h 46 #define DCTSIZE 8 /* The basic DCT block is 8x8 samples */
47 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
144 /* Size of a DCT block in samples. Always DCTSIZE for compression.
160 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_[h_]scaled_size/DCTSIZE)
425 * There are v_samp_factor * DCTSIZE sample rows of each component in an
    [all...]
  /external/pdfium/third_party/libjpeg/
jpeglib.h 143 #define DCTSIZE 8 /* The basic DCT block is 8x8 samples */
144 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
243 /* Size of a DCT block in samples. Always DCTSIZE for compression.
254 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
472 * There are v_samp_factor * DCTSIZE sample rows of each component in an
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /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 75 milliseconds