Searched refs:ff_fft_lut_init (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_init_table.c189 void ff_fft_lut_init(uint16_t *table, int off, int size, int *index) function
196 ff_fft_lut_init(table, off, size>>1, index);
197 ff_fft_lut_init(table, off+(size>>1), size>>2, index);
198 ff_fft_lut_init(table, off+3*(size>>2), size>>2, index);
H A Dfft_table.h64 void ff_fft_lut_init(uint16_t *table, int off, int size, int *index);
H A Dfft_template.c169 ff_fft_lut_init(fft_offsets_lut, 0, 1 << 16, &n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dfft_mips.c524 ff_fft_lut_init(fft_offsets_lut, 0, 1 << 16, &n);

Completed in 33 milliseconds