Home
last modified time | relevance | path

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

/external/libopus/celt/
Drate.c614 int bits1j, bits2j; in compute_allocation() local
616 bits1j = C*N*m->allocVectors[lo*len+j]<<LM>>2; in compute_allocation()
619 if (bits1j > 0) in compute_allocation()
620 bits1j = IMAX(0, bits1j + trim_offset[j]); in compute_allocation()
624 bits1j += offsets[j]; in compute_allocation()
628 bits2j = IMAX(0,bits2j-bits1j); in compute_allocation()
629 bits1[j] = bits1j; in compute_allocation()