Searched refs:coef_bits (Results 1 - 4 of 4) 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 Djdphuff.c141 coef_bit_ptr = & cinfo->coef_bits[cindex][0];
663 cinfo->coef_bits = (int (*)[DCTSIZE2])
666 coef_bit_ptr = & cinfo->coef_bits[0][0];
H A Djdinput.c355 cinfo->coef_bits = NULL;
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 60 milliseconds