Home
last modified time | relevance | path

Searched refs:roundVal (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter.c39 int32_t roundVal = 1 << (qDomain - 1); in CalcLrIntQ() local
41 return (fixVal + roundVal) >> qDomain; in CalcLrIntQ()