Lines Matching refs:bits2
592 int bits2[CELT_MAX_BANDS];
723 bits2[i] = high >= CELT_VECTORS ? f->caps[i] :
728 if (bits2[i])
729 bits2[i] = FFMAX(bits2[i] + trim_offset[i], 0);
733 bits2[i] += boost[i];
737 bits2[i] = FFMAX(bits2[i] - bits1[i], 0);
748 bandbits = bits1[j] + (center * bits2[j] >> CELT_ALLOC_STEPS);
765 bandbits = bits1[i] + (low * bits2[i] >> CELT_ALLOC_STEPS);