Searched refs:diff_q16 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c258 int32_t diff_q16 = diffQ16[k] << shftVal; local
259 CurveQ16[FRAMESAMPLES / 4 - 1 - k] = CurveQ16[k] - diff_q16;
260 CurveQ16[k] += diff_q16;

Completed in 120 milliseconds