Home | History | Annotate | Download | only in jpeg

Lines Matching defs:saved

63   savable_state saved;		/* Other state at start of MCU */
179 entropy->saved.last_dc_val[ci] = 0;
188 entropy->saved.EOBRUN = 0;
243 entropy->saved.last_dc_val[ci] = 0;
245 entropy->saved.EOBRUN = 0;
311 ASSIGN_STATE(state, entropy->saved);
340 ASSIGN_STATE(entropy->saved, state);
382 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
424 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
518 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
618 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
645 offset->EOBRUN = entropy->saved.EOBRUN;
647 offset->prev_dc[i] = entropy->saved.last_dc_val[i];
690 entropy->saved.EOBRUN = offset.EOBRUN;
692 entropy->saved.last_dc_val[i] = offset.prev_dc[i];