Searched refs:OutFrames16 (Results 1 – 1 of 1) sorted by relevance
420 LVM_INT16 *OutFrames16; in process() local431 OutFrames16 = (LVM_INT16 *)pContext->OutFrames32; in process()484 OutFrames16[i] = clamp16(pContext->OutFrames32[i]>>8); in process()488 OutFrames16[i] = clamp16((pContext->OutFrames32[i]>>8) + (LVM_INT32)pIn[i]); in process()501 OutFrames16[2*i] = in process()502 clamp16((LVM_INT32)((vl >> 16) * OutFrames16[2*i]) >> 12); in process()503 OutFrames16[2*i+1] = in process()504 clamp16((LVM_INT32)((vr >> 16) * OutFrames16[2*i+1]) >> 12); in process()516 OutFrames16[2*i] = in process()517 clamp16((LVM_INT32)(pContext->leftVolume * OutFrames16[2*i]) >> 12); in process()[all …]