Home
last modified time | relevance | path

Searched refs:bit_buffer (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djcphuff.c104 char *bit_buffer; /* buffer for correction bits (1 per char) */ member
232 if (entropy->bit_buffer == NULL) in start_pass_phuff()
233 entropy->bit_buffer = (char *) in start_pass_phuff()
433 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE); in emit_eobrun()
877 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */ \
908 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */ \
955 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */ in encode_mcu_AC_refine()
1102 entropy->bit_buffer = NULL; /* needed only in AC refinement scan */ in jinit_phuff_encoder()
/third_party/libjpeg-turbo/
Djcphuff.c111 char *bit_buffer; /* buffer for correction bits (1 per char) */ member
241 if (entropy->bit_buffer == NULL) in start_pass_phuff()
242 entropy->bit_buffer = (char *) in start_pass_phuff()
442 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE); in emit_eobrun()
886 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */ \
917 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */ \
964 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */ in encode_mcu_AC_refine()
1111 entropy->bit_buffer = NULL; /* needed only in AC refinement scan */ in jinit_phuff_encoder()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcphuff.c109 char *bit_buffer; /* buffer for correction bits (1 per char) */ member
239 if (entropy->bit_buffer == NULL) in start_pass_phuff()
240 entropy->bit_buffer = (char *) in start_pass_phuff()
440 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE); in emit_eobrun()
884 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */ \
915 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */ \
962 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */ in encode_mcu_AC_refine()
1109 entropy->bit_buffer = NULL; /* needed only in AC refinement scan */ in jinit_phuff_encoder()
/third_party/libsnd/src/
Dalac.c407 BitBuffer bit_buffer ; in alac_decode_block() local
426 BitBufferInit (&bit_buffer, plac->byte_buffer, packet_size) ; in alac_decode_block()
430 alac_decode (pdec, &bit_buffer, plac->buffer, plac->frames_per_block, &plac->frames_this_block) ; in alac_decode_block()