Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/g722/
Dg722_encode.cc201 int16_t limitValues (int16_t rl) in limitValues() function
337 xlow = limitValues(xlow); in g722_encode()
338 xhigh = limitValues(xhigh); in g722_encode()