Home | History | Annotate | Download | only in jpeg

Lines Matching defs:saved

58   savable_state saved;		/* Bit buffer & DC state at start of MCU */
158 entropy->saved.last_dc_val[ci] = 0;
162 entropy->saved.put_buffer = 0;
163 entropy->saved.put_bits = 0;
486 ASSIGN_STATE(state.cur, entropy->saved);
512 ASSIGN_STATE(entropy->saved, state.cur);
541 ASSIGN_STATE(state.cur, entropy->saved);
551 ASSIGN_STATE(entropy->saved, state.cur);
656 entropy->saved.last_dc_val[ci] = 0;
666 htest_one_block(cinfo, MCU_data[blkn][0], entropy->saved.last_dc_val[ci],
669 entropy->saved.last_dc_val[ci] = MCU_data[blkn][0][0];