Lines Matching defs:slicecount
84 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice;
115 slicecount = 0;
119 bitcount += slicecount;
120 slicecount = 0;
123 slicecount++;
125 slicecount += 2;
127 } while (bitcount + slicecount < frame->bitpool);
129 if (bitcount + slicecount == frame->bitpool) {
130 bitcount += slicecount;
166 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice;
200 slicecount = 0;
204 bitcount += slicecount;
205 slicecount = 0;
209 slicecount++;
211 slicecount += 2;
214 } while (bitcount + slicecount < frame->bitpool);
216 if (bitcount + slicecount == frame->bitpool) {
217 bitcount += slicecount;