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

Lines Matching defs:saved

63   savable_state saved;		/* Other state at start of MCU */
183 entropy->saved.last_dc_val[ci] = 0;
192 entropy->saved.EOBRUN = 0;
247 entropy->saved.last_dc_val[ci] = 0;
249 entropy->saved.EOBRUN = 0;
315 ASSIGN_STATE(state, entropy->saved);
344 ASSIGN_STATE(entropy->saved, state);
386 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
428 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
522 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
622 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
649 offset->EOBRUN = entropy->saved.EOBRUN;
651 offset->prev_dc[i] = entropy->saved.last_dc_val[i];
694 entropy->saved.EOBRUN = offset.EOBRUN;
696 entropy->saved.last_dc_val[i] = offset.prev_dc[i];