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

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

Completed in 86 milliseconds