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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp480 LVM_INT16 *OutFrames16; local
514 OutFrames16 = (LVM_INT16 *)pContext->OutFrames32;
589 FloatToInt16_SAT(pOutputBuff, OutFrames16, (size_t)frameCount * 2);
592 OutFrames16[i] = clamp16(pContext->OutFrames32[i]>>8);
598 //pOutputBuff and OutFrames16 point to the same buffer, so better to
603 FloatToInt16_SAT(pInputBuff, OutFrames16, (size_t)frameCount * 2);
606 OutFrames16[i] = clamp16((pContext->OutFrames32[i]>>8) + (LVM_INT32)pIn[i]);
619 OutFrames16[2*i] =
620 clamp16((LVM_INT32)((vl >> 16) * OutFrames16[2*i]) >> 12);
621 OutFrames16[
[all...]

Completed in 9 milliseconds