Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg723_1dec.c114 static const int cng_bseg[3] = { 2048, 18432, 231233 }; variable
760 if (x >= cng_bseg[2]) in estimate_sid_gain()
763 if (x >= cng_bseg[1]) { in estimate_sid_gain()
768 seg = (x >= cng_bseg[0]); in estimate_sid_gain()