Home
last modified time | relevance | path

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

/external/libopus/celt/
Drate.c615 int bits1j, bits2j; in compute_allocation() local
618 bits2j = hi>=m->nbAllocVectors ? in compute_allocation()
622 if (bits2j > 0) in compute_allocation()
623 bits2j = IMAX(0, bits2j + trim_offset[j]); in compute_allocation()
626 bits2j += offsets[j]; in compute_allocation()
629 bits2j = IMAX(0,bits2j-bits1j); in compute_allocation()
631 bits2[j] = bits2j; in compute_allocation()