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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfft_table.h63 extern uint16_t fft_offsets_lut[];
H A Dfft_init_table.c187 uint16_t fft_offsets_lut[0x2aab]; variable
H A Dfft_template.c169 ff_fft_lut_init(fft_offsets_lut, 0, 1 << 16, &n);
239 offset = fft_offsets_lut[n] << 2;
267 offset = fft_offsets_lut[n] << 3;
325 offset = fft_offsets_lut[n] << nbits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dfft_mips.c90 offset = fft_offsets_lut[n] << 2;
119 offset = fft_offsets_lut[n] << 3;
230 offset = fft_offsets_lut[n] << nbits;
524 ff_fft_lut_init(fft_offsets_lut, 0, 1 << 16, &n);

Completed in 113 milliseconds