Searched defs:bit_buffer (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_write_bit_buffer.h21 uint8_t *bit_buffer; member in struct:vp9_write_bit_buffer
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_write_bit_buffer.h23 uint8_t *bit_buffer; member in struct:vp9_write_bit_buffer
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_read_bit_buffer.h25 const uint8_t *bit_buffer; member in struct:vp9_read_bit_buffer
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_read_bit_buffer.h25 const uint8_t *bit_buffer; member in struct:vp9_read_bit_buffer
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcphuff.c46 char * bit_buffer; /* buffer for correction bits (1 per char) */ member in struct:__anon12724
132 if (entropy->bit_buffer == NULL)
133 entropy->bit_buffer = (char *)
334 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
662 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
679 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
706 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
828 entropy->bit_buffer = NULL; /* needed only in AC refinement scan */
/external/jpeg/
H A Djcphuff.c46 char * bit_buffer; /* buffer for correction bits (1 per char) */ member in struct:__anon22684
132 if (entropy->bit_buffer == NULL)
133 entropy->bit_buffer = (char *)
336 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
664 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
681 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
708 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
830 entropy->bit_buffer = NULL; /* needed only in AC refinement scan */
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcphuff.c47 char * bit_buffer; /* buffer for correction bits (1 per char) */ member in struct:__anon28733
133 if (entropy->bit_buffer == NULL)
134 entropy->bit_buffer = (char *)
337 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
665 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
682 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
709 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
831 entropy->bit_buffer = NULL; /* needed only in AC refinement scan */
/external/qemu/distrib/jpeg-6b/
H A Djcphuff.c46 char * bit_buffer; /* buffer for correction bits (1 per char) */ member in struct:__anon29282
132 if (entropy->bit_buffer == NULL)
133 entropy->bit_buffer = (char *)
336 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
664 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
681 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
708 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
830 entropy->bit_buffer = NULL; /* needed only in AC refinement scan */

Completed in 181 milliseconds