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

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdcoefct.c 59 #define SAVED_COEFS 6 /* we save coef_bits[0..5] */
399 * We also latch the current states of the coef_bits[] entries for the
413 int * coef_bits; local
416 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
441 coef_bits = cinfo->coef_bits[ci];
442 if (coef_bits[0] < 0)
446 coef_bits_latch[coefi] = coef_bits[coefi];
447 if (coef_bits[coefi] != 0)
476 int *coef_bits; local
    [all...]
jpeglib.h 571 /* Current progression status. coef_bits[c][i] indicates the precision
578 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member in struct:jpeg_decompress_struct
    [all...]
  /external/jpeg/
jdcoefct.c 58 #define SAVED_COEFS 6 /* we save coef_bits[0..5] */
651 * We also latch the current states of the coef_bits[] entries for the
665 int * coef_bits; local
668 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
693 coef_bits = cinfo->coef_bits[ci];
694 if (coef_bits[0] < 0)
698 coef_bits_latch[coefi] = coef_bits[coefi];
699 if (coef_bits[coefi] != 0)
728 int *coef_bits; local
    [all...]
jpeglib.h 511 /* Current progression status. coef_bits[c][i] indicates the precision
518 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member in struct:jpeg_decompress_struct
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdcoefct.c 58 #define SAVED_COEFS 6 /* we save coef_bits[0..5] */
651 * We also latch the current states of the coef_bits[] entries for the
665 int * coef_bits; local
668 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
693 coef_bits = cinfo->coef_bits[ci];
694 if (coef_bits[0] < 0)
698 coef_bits_latch[coefi] = coef_bits[coefi];
699 if (coef_bits[coefi] != 0)
728 int *coef_bits; local
    [all...]
jpeglib.h 511 /* Current progression status. coef_bits[c][i] indicates the precision
518 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member in struct:jpeg_decompress_struct
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 571 /* Current progression status. coef_bits[c][i] indicates the precision
578 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member in struct:jpeg_decompress_struct
    [all...]
  /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 
  /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 

Completed in 85 milliseconds