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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 202 int16_t round, shftVal = 0, sh;
214 shftVal = 6;
218 shftVal = 9;
226 CorrQ11[k] = (sum * tmpGain + round) >> shftVal;
245 shftVal = 9 - sh;
247 shftVal = 0;
250 diffQ16[n] = (CS_ptrQ9[n] * (CorrQ11[1] >> shftVal) + 2) >> 2;
254 diffQ16[n] += (CS_ptrQ9[n] * (CorrQ11[k + 1] >> shftVal) + 2) >> 2;
258 int32_t diff_q16 = diffQ16[k] << shftVal;
275 int16_t round, shftVal = 0, sh
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 103 int16_t round, shftVal = 0, sh;
117 shftVal = 6;
121 shftVal = 9;
129 CorrQ11[k] = (sum * tmpGain + round) >> shftVal;
150 shftVal = 9 - sh;
152 shftVal = 0;
155 diffQ16[n] = (CS_ptrQ9[n] * (CorrQ11[1] >> shftVal) + 2) >> 2;
160 diffQ16[n] += (CS_ptrQ9[n] * (CorrQ11[k + 1] >> shftVal) + 2) >> 2;
166 (diffQ16[k] << shftVal);
167 CurveQ16[k] += diffQ16[k] << shftVal;
    [all...]

Completed in 211 milliseconds