Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Devrcdec.c520 static void bandwidth_expansion(float *coeff, const float *inbuf, float gamma) in bandwidth_expansion() function
582 bandwidth_expansion(wcoef1, coeff, pfc->p1); in postfilter()
583 bandwidth_expansion(wcoef2, coeff, pfc->p2); in postfilter()
856 bandwidth_expansion(ilpc, ilpc, 0.75); in evrc_decode_frame()