Home
last modified time | relevance | path

Searched refs:bitsj (Results 1 – 1 of 1) sorted by relevance

/external/libopus/celt/
Drate.c588 int bitsj; in compute_allocation() local
590 bitsj = C*N*m->allocVectors[mid*len+j]<<LM>>2; in compute_allocation()
591 if (bitsj > 0) in compute_allocation()
592 bitsj = IMAX(0, bitsj + trim_offset[j]); in compute_allocation()
593 bitsj += offsets[j]; in compute_allocation()
594 if (bitsj >= thresh[j] || done) in compute_allocation()
598 psum += IMIN(bitsj, cap[j]); in compute_allocation()
600 if (bitsj >= C<<BITRES) in compute_allocation()