Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/tests/
H A Dfft.c70 #define REF_SCALE(x, bits) (x) macro
74 #define REF_SCALE(x, bits) (x) macro
123 tabr[i].re = REF_SCALE(tmp_re, nbits); in fft_ref()
124 tabr[i].im = REF_SCALE(tmp_im, nbits); in fft_ref()
140 out[i] = REF_SCALE(-sum, nbits - 2); in imdct_ref()
156 output[k] = REF_SCALE(s, nbits - 1); in mdct_ref()

Completed in 2 milliseconds