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

Lines Matching full:mcu

12  * back up to the start of the current MCU.  To do this, we copy state
14 * permanent JPEG objects only upon successful completion of an MCU.
25 * The savable_state subrecord contains fields that change within an MCU,
26 * but must not be updated permanently until we complete the MCU.
58 savable_state saved; /* Bit buffer & DC state at start of MCU */
76 /* Working state while writing an MCU.
465 /* The restart counter is not updated until we successfully write the MCU. */
472 * Encode and output one MCU's worth of Huffman-compressed coefficients.
496 /* Encode the MCU data blocks */
509 /* Completed MCU, so update state */
640 * Trial-encode one MCU's worth of Huffman-compressed coefficients.