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

/external/chromium_org/third_party/opus/src/celt/
H A Drate.c614 int bits1j, bits2j; local
616 bits1j = C*N*m->allocVectors[lo*len+j]<<LM>>2;
619 if (bits1j > 0)
620 bits1j = IMAX(0, bits1j + trim_offset[j]);
624 bits1j += offsets[j];
628 bits2j = IMAX(0,bits2j-bits1j);
629 bits1[j] = bits1j;
/external/libopus/celt/
H A Drate.c614 int bits1j, bits2j; local
616 bits1j = C*N*m->allocVectors[lo*len+j]<<LM>>2;
619 if (bits1j > 0)
620 bits1j = IMAX(0, bits1j + trim_offset[j]);
624 bits1j += offsets[j];
628 bits2j = IMAX(0,bits2j-bits1j);
629 bits1[j] = bits1j;

Completed in 193 milliseconds