Home
last modified time | relevance | path

Searched refs:tabr (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
H A Dfft.c101 static void fft_ref(FFTComplex *tabr, FFTComplex *tab, int nbits) in fft_ref() argument
123 tabr[i].re = REF_SCALE(tmp_re, nbits); in fft_ref()
124 tabr[i].im = REF_SCALE(tmp_im, nbits); in fft_ref()

Completed in 2 milliseconds