Home
last modified time | relevance | path

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

/external/libopus/celt/
Drate.c620 int bits1j, bits2j; in clt_compute_allocation() local
623 bits2j = hi>=m->nbAllocVectors ? in clt_compute_allocation()
627 if (bits2j > 0) in clt_compute_allocation()
628 bits2j = IMAX(0, bits2j + trim_offset[j]); in clt_compute_allocation()
631 bits2j += offsets[j]; in clt_compute_allocation()
634 bits2j = IMAX(0,bits2j-bits1j); in clt_compute_allocation()
636 bits2[j] = bits2j; in clt_compute_allocation()