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

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

Completed in 121 milliseconds