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

  /external/chromium_org/third_party/libjpeg_turbo/
jdcoefct.c 64 #define SAVED_COEFS 6 /* we save coef_bits[0..5] */
404 * We also latch the current states of the coef_bits[] entries for the
418 int * coef_bits; local
421 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
446 coef_bits = cinfo->coef_bits[ci];
447 if (coef_bits[0] < 0)
451 coef_bits_latch[coefi] = coef_bits[coefi];
452 if (coef_bits[coefi] != 0)
481 int *coef_bits; local
    [all...]
jdphuff.c 137 coef_bit_ptr = & cinfo->coef_bits[cindex][0];
660 cinfo->coef_bits = (int (*)[DCTSIZE2])
663 coef_bit_ptr = & cinfo->coef_bits[0][0];
jdarith.c 656 int *coef_bit_ptr = & cinfo->coef_bits[cindex][0];
753 cinfo->coef_bits = (int (*)[DCTSIZE2])
756 coef_bit_ptr = & cinfo->coef_bits[0][0];
jdinput.c 368 cinfo->coef_bits = NULL;
jpeglib.h 569 /* Current progression status. coef_bits[c][i] indicates the precision
576 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...]
jdphuff.c 136 coef_bit_ptr = & cinfo->coef_bits[cindex][0];
761 cinfo->coef_bits = (int (*)[DCTSIZE2])
764 coef_bit_ptr = & cinfo->coef_bits[0][0];
jdinput.c 381 cinfo->coef_bits = NULL;
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/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 65 milliseconds