Home | History | Annotate | Download | only in celt

Lines Matching defs:excess

435       opus_int32 excess, bit;
444 excess = MAX32(bit-cap[j],0);
445 bits[j] = bit-excess;
486 excess = MAX32(0,bit-(C<<BITRES));
487 excess;
495 if(excess > 0)
499 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]);
502 fine_priority[j] = extra_bits >= excess-balance;
503 excess -= extra_bits;
505 balance = excess;