cqt_calc         1156 libavfilter/avf_showcqt.c     s->cqt_calc(s->cqt_result, s->fft_result, s->coeffs, s->cqt_len, s->fft_len);
cqt_calc         1406 libavfilter/avf_showcqt.c     s->cqt_calc = cqt_calc;
cqt_calc           79 libavfilter/avf_showcqt.h     void                (*cqt_calc)(FFTComplex *dst, const FFTComplex *src, const Coeffs *coeffs,
cqt_calc           53 libavfilter/x86/avf_showcqt_init.c     s->cqt_calc = ff_showcqt_cqt_calc_##type; \