Home
last modified time | relevance | path

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

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