Home
last modified time | relevance | path

Searched defs:kernel_buf (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_firequalizer.c83 float *kernel_buf; member
183 static void fast_convolute(FIREqualizerContext *av_restrict s, const float *av_restrict kernel_buf, float *av_restrict conv_buf, in fast_convolute() argument
221 fast_convolute_nonlinear(FIREqualizerContext *av_restrict s, const float *av_restrict kernel_buf, float *av_restrict conv_buf, OverlapIndex *av_restrict idx, float *av_restrict data, int nsamples) fast_convolute_nonlinear() argument
261 fast_convolute2(FIREqualizerContext *av_restrict s, const float *av_restrict kernel_buf, FFTComplex *av_restrict conv_buf, OverlapIndex *av_restrict idx, float *av_restrict data0, float *av_restrict data1, int nsamples) fast_convolute2() argument
[all...]

Completed in 2 milliseconds