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

/external/chromium_org/third_party/opus/src/celt/
H A Drate.c587 int bitsj; local
589 bitsj = C*N*m->allocVectors[mid*len+j]<<LM>>2;
590 if (bitsj > 0)
591 bitsj = IMAX(0, bitsj + trim_offset[j]);
592 bitsj += offsets[j];
593 if (bitsj >= thresh[j] || done)
597 psum += IMIN(bitsj, cap[j]);
599 if (bitsj >= C<<BITRES)
/external/libopus/celt/
H A Drate.c587 int bitsj; local
589 bitsj = C*N*m->allocVectors[mid*len+j]<<LM>>2;
590 if (bitsj > 0)
591 bitsj = IMAX(0, bitsj + trim_offset[j]);
592 bitsj += offsets[j];
593 if (bitsj >= thresh[j] || done)
597 psum += IMIN(bitsj, cap[j]);
599 if (bitsj >= C<<BITRES)

Completed in 102 milliseconds