Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/x86/
Davf_showcqt_init.c53 s->cqt_calc = ff_showcqt_cqt_calc_##type; \ in ff_showcqt_init_x86()
/third_party/ffmpeg/libavfilter/
Davf_showcqt.h81 …void (*cqt_calc)(AVComplexFloat *dst, const AVComplexFloat *src, const Coeffs *coef… member
Davf_showcqt.c270 static void cqt_calc(AVComplexFloat *dst, const AVComplexFloat *src, const Coeffs *coeffs, in cqt_calc() function
1155 s->cqt_calc(s->cqt_result, s->fft_result, s->coeffs, s->cqt_len, s->fft_len); in plot_cqt()
1408 s->cqt_calc = cqt_calc; in config_output()