Home | History | Annotate | Download | only in sbc

Lines Matching refs:bitcount

169 		int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice;
199 bitcount = 0;
204 bitcount += slicecount;
212 } while (bitcount + slicecount < frame->bitpool);
214 if (bitcount + slicecount == frame->bitpool) {
215 bitcount += slicecount;
229 for (sb = 0; bitcount < frame->bitpool &&
233 bitcount++;
234 } else if ((bitneed[ch][sb] == bitslice + 1) && (frame->bitpool > bitcount + 1)) {
236 bitcount += 2;
240 for (sb = 0; bitcount < frame->bitpool &&
244 bitcount++;
251 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice;
284 bitcount = 0;
289 bitcount += slicecount;
299 } while (bitcount + slicecount < frame->bitpool);
301 if (bitcount + slicecount == frame->bitpool) {
302 bitcount += slicecount;
320 while (bitcount < frame->bitpool) {
323 bitcount++;
324 } else if ((bitneed[ch][sb] == bitslice + 1) && (frame->bitpool > bitcount + 1)) {
326 bitcount += 2;
339 while (bitcount < frame->bitpool) {
342 bitcount++;