Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:bit

444 	/* WATCHOUT: code does not work with <32bit words; we can make things much faster with this assertion */
700 unsigned bit;
707 if(!FLAC__bitreader_read_bit(br, &bit))
709 if(bit)
744 /* didn't find stop bit yet, have to keep going... */
769 /* didn't find stop bit yet, have to keep going... */
787 /* read the unary MSBs and end bit */
823 /* WATCHOUT: code does not work with <32bit words; we can make things much faster with this assertion */
867 /* didn't find stop bit yet, have to keep going... */
893 /* didn't find stop bit yet, have to keep going... */
1005 /* WATCHOUT: code does not work with <32bit words; we can make things much faster with this assertion */
1037 cbits++; /* skip over stop bit */
1050 /* didn't find stop bit yet, have to keep going... */
1067 cbits++; /* skip over stop bit */
1075 /* didn't find stop bit yet, have to keep going... */
1095 ucbits--; /* account for stop bit */
1184 unsigned bit, uval, k;
1191 /* read the unary MSBs and end bit */
1206 if(!FLAC__bitreader_read_bit(br, &bit))
1209 lsbs |= bit;
1228 unsigned bit, k;
1235 /* read the unary MSBs and end bit */
1250 if(!FLAC__bitreader_read_bit(br, &bit))
1253 lsbs |= bit;