Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlpdsp.c34 const int32_t *fircoeff = coeff; in mlp_filter_channel() local
45 accum += (int64_t) firbuf[order] * fircoeff[order]; in mlp_filter_channel()
Dmlpdec.c932 const int32_t *fircoeff = s->channel_params[channel].coeff[FIR]; in filter_channel() local
944 m->dsp.mlp_filter_channel(firbuf, fircoeff, in filter_channel()