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