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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfft-test.c56 # define REF_SCALE(x, bits) (x) macro
60 # define REF_SCALE(x, bits) (x) macro
64 # define REF_SCALE(x, bits) ((x) / (1<<(bits))) macro
115 tabr[i].re = REF_SCALE(tmp_re, nbits);
116 tabr[i].im = REF_SCALE(tmp_im, nbits);
134 out[i] = REF_SCALE(-sum, nbits - 2);
152 output[k] = REF_SCALE(s, nbits - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfft-test.c52 # define REF_SCALE(x, bits) (x) macro
56 # define REF_SCALE(x, bits) ((x) / (1<<(bits))) macro
107 tabr[i].re = REF_SCALE(tmp_re, nbits);
108 tabr[i].im = REF_SCALE(tmp_im, nbits);
125 out[i] = REF_SCALE(-sum, nbits - 2);
143 output[k] = REF_SCALE(s, nbits - 1);

Completed in 122 milliseconds