Home
last modified time | relevance | path

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

/external/libopus/celt/
Drate.c593 int bitsj; in clt_compute_allocation() local
595 bitsj = C*N*m->allocVectors[mid*len+j]<<LM>>2; in clt_compute_allocation()
596 if (bitsj > 0) in clt_compute_allocation()
597 bitsj = IMAX(0, bitsj + trim_offset[j]); in clt_compute_allocation()
598 bitsj += offsets[j]; in clt_compute_allocation()
599 if (bitsj >= thresh[j] || done) in clt_compute_allocation()
603 psum += IMIN(bitsj, cap[j]); in clt_compute_allocation()
605 if (bitsj >= C<<BITRES) in clt_compute_allocation()