Searched defs:coef_bits (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdcoefct.c59 #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...]
H A Djpeglib.h571 /* 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
/external/jpeg/
H A Djdcoefct.c58 #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...]
H A Djpeglib.h511 /* 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
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h571 /* 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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 387 milliseconds