Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_encode.c194 int16_t limitValues (int16_t rl) in limitValues() function
334 xlow = limitValues(xlow); in WebRtc_g722_encode()
335 xhigh = limitValues(xhigh); in WebRtc_g722_encode()