Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Devrcdec.c575 float wcoef1[FILTER_ORDER], wcoef2[FILTER_ORDER], in postfilter() local
582 bandwidth_expansion(wcoef1, coeff, pfc->p1); in postfilter()
597 residual_filter(&e->postfilter_residual[ACB_SIZE], scratch, wcoef1, e->postfilter_fir, length); in postfilter()