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

/external/chromium_org/third_party/opus/src/celt/
H A Dvq.c165 int pulsesLeft; local
196 pulsesLeft = K;
233 pulsesLeft -= iy[j];
236 celt_assert2(pulsesLeft>=1, "Allocated too many pulses in the quick pass");
241 celt_assert2(pulsesLeft<=N+3, "Not enough pulses in the quick pass");
243 if (pulsesLeft > N+3)
245 opus_val16 tmp = (opus_val16)pulsesLeft;
248 iy[0] += pulsesLeft;
249 pulsesLeft=0;
253 for (i=0;i<pulsesLeft;
[all...]
/external/libopus/celt/
H A Dvq.c165 int pulsesLeft; local
196 pulsesLeft = K;
233 pulsesLeft -= iy[j];
236 celt_assert2(pulsesLeft>=1, "Allocated too many pulses in the quick pass");
241 celt_assert2(pulsesLeft<=N+3, "Not enough pulses in the quick pass");
243 if (pulsesLeft > N+3)
245 opus_val16 tmp = (opus_val16)pulsesLeft;
248 iy[0] += pulsesLeft;
249 pulsesLeft=0;
253 for (i=0;i<pulsesLeft;
[all...]

Completed in 107 milliseconds