Lines Matching refs:BR
883 emit_buffered_bits(entropy, BR_buffer, BR); \
885 BR = 0; \
897 BR_buffer[BR++] = (char)(temp & 1); \
914 emit_buffered_bits(entropy, BR_buffer, BR); \
916 BR = 0; \
929 unsigned int BR;
961 BR = 0; /* BR = count of buffered bits added now */
991 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
993 entropy->BE += BR; /* concat my correction bits to older ones */