dct_calc 134 libavcodec/avfft.c s->dct_calc(s, data); dct_calc 251 libavcodec/binkaudio.c s->trans.dct.dct_calc(&s->trans.dct, coeffs); dct_calc 189 libavcodec/dct.c s->dct_calc = dct32_func; dct_calc 207 libavcodec/dct.c case DCT_I : s->dct_calc = dct_calc_I_c; break; dct_calc 208 libavcodec/dct.c case DCT_II : s->dct_calc = dct_calc_II_c; break; dct_calc 209 libavcodec/dct.c case DCT_III: s->dct_calc = dct_calc_III_c; break; dct_calc 210 libavcodec/dct.c case DST_I : s->dct_calc = dst_calc_I_c; break; dct_calc 38 libavcodec/dct.h void (*dct_calc)(struct DCTContext *s, FFTSample *data); dct_calc 328 libavcodec/tests/fft.c d->dct_calc(d, data); dct_calc 574 libavcodec/tests/fft.c dct_calc(d, &tab->re); dct_calc 615 libavcodec/tests/fft.c dct_calc(d, tab2); dct_calc 658 libavcodec/wmavoice.c s->dct.dct_calc(&s->dct, lpcs); dct_calc 659 libavcodec/wmavoice.c s->dst.dct_calc(&s->dst, lpcs);