Searched refs:bitstate (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdphuff.c66 bitread_perm_state bitstate; /* Bit buffer at start of MCU */ member in struct:__anon718
188 entropy->bitstate.bits_left = 0;
189 entropy->bitstate.get_buffer = 0; /* unnecessary, but keeps Purify quiet */
239 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8;
240 entropy->bitstate.bits_left = 0;
315 BITREAD_LOAD_STATE(cinfo,entropy->bitstate);
344 BITREAD_SAVE_STATE(cinfo,entropy->bitstate);
394 BITREAD_LOAD_STATE(cinfo,entropy->bitstate);
425 BITREAD_SAVE_STATE(cinfo,entropy->bitstate);
466 BITREAD_LOAD_STATE(cinfo,entropy->bitstate);
[all...]
H A Djdhuff.c62 bitread_perm_state bitstate; /* Bit buffer at start of MCU */ member in struct:__anon707
136 entropy->bitstate.bits_left = 0;
137 entropy->bitstate.get_buffer = 0; /* unnecessary, but keeps Purify quiet */
479 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8;
480 entropy->bitstate.bits_left = 0;
541 BITREAD_LOAD_STATE(cinfo,entropy->bitstate);
623 BITREAD_SAVE_STATE(cinfo,entropy->bitstate);

Completed in 32 milliseconds