Searched refs:coef_bits (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdcoefct.c58 #define SAVED_COEFS 6 /* we save coef_bits[0..5] */
401 * We also latch the current states of the coef_bits[] entries for the
415 int * coef_bits; local
418 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
443 coef_bits = cinfo->coef_bits[ci];
444 if (coef_bits[0] < 0)
448 coef_bits_latch[coefi] = coef_bits[coefi];
449 if (coef_bits[coefi] != 0)
478 int *coef_bits; local
[all...]
H A Djdphuff.c137 coef_bit_ptr = & cinfo->coef_bits[cindex][0];
659 cinfo->coef_bits = (int (*)[DCTSIZE2])
662 coef_bit_ptr = & cinfo->coef_bits[0][0];
H A Djdinput.c354 cinfo->coef_bits = NULL;
H A Djpeglib.h504 /* Current progression status. coef_bits[c][i] indicates the precision
511 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member in struct:jpeg_decompress_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdcoefct.c58 #define SAVED_COEFS 6 /* we save coef_bits[0..5] */
398 * We also latch the current states of the coef_bits[] entries for the
412 int * coef_bits; local
415 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
440 coef_bits = cinfo->coef_bits[ci];
441 if (coef_bits[0] < 0)
445 coef_bits_latch[coefi] = coef_bits[coefi];
446 if (coef_bits[coefi] != 0)
475 int *coef_bits; local
[all...]
H A Djdarith.c659 int *coef_bit_ptr = & cinfo->coef_bits[cindex][0];
754 cinfo->coef_bits = (int (*)[DCTSIZE2])
757 coef_bit_ptr = & cinfo->coef_bits[0][0];
H A Djdinput.c354 cinfo->coef_bits = NULL;
H A Djdhuff.c1168 int *coef_bit_ptr = & cinfo->coef_bits[cindex][0];
1291 cinfo->coef_bits = (int (*)[DCTSIZE2])
1294 coef_bit_ptr = & cinfo->coef_bits[0][0];
H A Djpeglib.h529 /* Current progression status. coef_bits[c][i] indicates the precision
536 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member in struct:jpeg_decompress_struct

Completed in 180 milliseconds