HomeSort by relevance Sort by last modified time
    Searched refs:maxGain (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c 26 // MaxGain = 6; MinGain = 0; CompRatio = 3; Knee = 1;
29 // B = MaxGain - MinGain;
80 int16_t constLinApprox, zeroGainLvl, maxGain, diffGain;
93 maxGain = WEBRTC_SPL_MAX(tmp16no1, (analogTarget - targetLevelDbfs));
94 tmp32no1 = maxGain * kCompRatio;
105 // diffGain = maxGain + (compRatio-1)*zeroGainLvl/compRatio
188 numFIX = (maxGain * constMaxGain) << 6; // Q14
  /external/aac/libSBRdec/src/
env_calc.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 445 milliseconds