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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdcoefct.c62 #define SAVED_COEFS 6 /* we save coef_bits[0..5] */
402 * We also latch the current states of the coef_bits[] entries for the
416 int * coef_bits; local
419 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
444 coef_bits = cinfo->coef_bits[ci];
445 if (coef_bits[0] < 0)
449 coef_bits_latch[coefi] = coef_bits[coefi];
450 if (coef_bits[coefi] != 0)
479 int *coef_bits; local
[all...]
H A Djpeglib.h508 /* Current progression status. coef_bits[c][i] indicates the precision
515 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member in struct:jpeg_decompress_struct

Completed in 35 milliseconds