Home
last modified time | relevance | path

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

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