Home
last modified time | relevance | path

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

/external/libopus/celt/
Drate.c620 int bits1j, bits2j; in clt_compute_allocation() local
622 bits1j = C*N*m->allocVectors[lo*len+j]<<LM>>2; in clt_compute_allocation()
625 if (bits1j > 0) in clt_compute_allocation()
626 bits1j = IMAX(0, bits1j + trim_offset[j]); in clt_compute_allocation()
630 bits1j += offsets[j]; in clt_compute_allocation()
634 bits2j = IMAX(0,bits2j-bits1j); in clt_compute_allocation()
635 bits1[j] = bits1j; in clt_compute_allocation()