Home | History | Annotate | Download | only in jpeg-6b

Lines Matching full:coefficient

8  * This file contains the coefficient buffer controller for decompression.
10 * The coefficient buffer lies between entropy decoding and inverse-DCT steps.
40 * We allocate a workspace of D_MAX_BLOCKS_IN_MCU coefficient blocks,
43 * this is to keep the module interfaces unchanged when a large coefficient
56 /* When doing block smoothing, we latch coefficient Al values here */
248 * Consume input data and store it in the full-image coefficient buffer.
355 * Consume input data and store it in the coefficient buffer.
387 * - bitstream offset and DC coefficient to index.
447 * - bitstream offset and DC coefficient to index.
823 /* Compute coefficient estimates per K.8.
824 * An estimate is applied only if coefficient is still zero,
925 * Initialize coefficient buffer controller.
992 /* Create the coefficient buffer. */