Home
last modified time | relevance | path

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

/external/webrtc/modules/third_party/g722/
Dg722_encode.c189 int16_t limitValues (int16_t rl) in limitValues() function
329 xlow = limitValues(xlow); in WebRtc_g722_encode()
330 xhigh = limitValues(xhigh); in WebRtc_g722_encode()