Lines Matching full:scan
71 d_derived_tbl * ac_derived_tbl; /* active table during an AC scan */
87 * Initialize for a Huffman-compressed scan.
101 /* Validate scan parameters */
115 /* Successive approximation refinement scan: must have Al = Ah-1. */
130 /* Update progression status, and verify that scan order is legal.
131 * Note that inter-scan inconsistencies are treated as warnings
137 if (!is_DC_band && coef_bit_ptr[0] < 0) /* AC without prior DC scan */
280 * MCU decoding for DC initial scan (either spectral selection,
351 * MCU decoding for AC initial scan (either spectral selection,
435 * MCU decoding for DC successive approximation refinement scan.
486 * MCU decoding for AC successive approximation refinement scan.
593 /* Scan any remaining coefficient positions after the end-of-band
726 index->scan = realloc(index->scan,
733 index->scan[scan_no].offset = (huffman_offset_data**)malloc(
735 index->scan[scan_no].bitstream_offset = offset;