Searched refs:inputAmp (Results 1 – 1 of 1) sorted by relevance
287 float inputAmp = pow(10, pContext->mTargetGainmB/2000.0f); in LE_process() local291 leftSample = inputAmp * (float)inBuffer->s16[2*inIdx]; in LE_process()292 rightSample = inputAmp * (float)inBuffer->s16[2*inIdx +1]; in LE_process()