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

  /external/libjpeg-turbo/
jdcoefct.c 345 * We also latch the current states of the coef_bits[] entries for the
359 int *coef_bits; local
362 if (!cinfo->progressive_mode || cinfo->coef_bits == NULL)
387 coef_bits = cinfo->coef_bits[ci];
388 if (coef_bits[0] < 0)
392 coef_bits_latch[coefi] = coef_bits[coefi];
393 if (coef_bits[coefi] != 0)
422 int *coef_bits; local
482 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS)
    [all...]
jpeglib.h 565 /* Current progression status. coef_bits[c][i] indicates the precision
572 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member in struct:jpeg_decompress_struct
    [all...]

Completed in 108 milliseconds