Home
last modified time | relevance | path

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

/system/bt/embdrv/g722/
Dg722_encode.cc205 int16_t yl; in limitValues() local
207 yl = (rl > 16383) ? 16383 : ((rl < -16384) ? -16384 : rl); in limitValues()
209 return (yl); in limitValues()