Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Damrnbdec.c63 #define AMR_SAMPLE_BOUND 32768.0 ///< threshold for synthesis overflow macro
829 if (fabsf(samples[i]) > AMR_SAMPLE_BOUND) { in synthesis()