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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 198 int32_t sum, tmpGain;
212 tmpGain = gainQ10 >> 3;
216 tmpGain = gainQ10;
226 CorrQ11[k] = (sum * tmpGain + round) >> shftVal;
269 int32_t sum, tmpGain;
286 tmpGain = gainQ10 >> 3;
290 tmpGain = gainQ10;
300 CorrQ11[k] = (sum * tmpGain + round) >> shftVal;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 99 int32_t sum, tmpGain;
115 tmpGain = gainQ10 >> 3;
119 tmpGain = gainQ10;
129 CorrQ11[k] = (sum * tmpGain + round) >> shftVal;
    [all...]

Completed in 162 milliseconds