Home | History | Annotate | Download | only in jpeg

Lines Matching refs: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 */
644 entropy->saved.EOBRUN = offset.EOBRUN;
646 entropy->saved.last_dc_val[i] = offset.prev_dc[i];
660 offset->EOBRUN = entropy->saved.EOBRUN;
662 offset->prev_dc[i] = entropy->saved.last_dc_val[i];