Home | History | Annotate | Download | only in celt

Lines Matching defs:bit

52 /*Determines if V(N,K) fits in a 32-bit unsigned integer.
153 /* N=1 bands only have a sign bit and fine bits. */
323 In the first case, we'd be coding a bit to signal we're going to waste
325 In the second case, we'd be coding a bit to redistribute all the bits
329 /* Give the bit we reserved to end skipping back. */
366 /*We used a bit to skip this band.*/
377 /*If we have enough for a fine energy bit per channel, use it.*/
435 opus_int32 excess, bit;
440 bit = (opus_int32)bits[j]+balance;
444 excess = MAX32(bit-cap[j],0);
445 bits[j] = bit-excess;
461 fine energy bit */
485 /* For N=1, all bits go to fine energy except for a single sign bit */
486 excess = MAX32(0,bit-(C<<BITRES));
487 bit-excess;
544 /* Reserve a bit to signal the end of manually skipped bands. */