FFmpeg
|
definitions and initialization of LUT table for FFT More...
#include "libavcodec/fft_table.h"
Go to the source code of this file.
Functions | |
void | ff_fft_lut_init (uint16_t *table, int off, int size, int *index) |
Variables | |
const int32_t | ff_w_tab_sr [MAX_FFT_SIZE/(4 *16)] |
uint16_t | ff_fft_offsets_lut [0x2aab] |
definitions and initialization of LUT table for FFT
Definition in file fft_init_table.c.
void ff_fft_lut_init | ( | uint16_t * | table, |
int | off, | ||
int | size, | ||
int * | index | ||
) |
Definition at line 189 of file fft_init_table.c.
Referenced by ff_fft_init(), ff_fft_init_mips(), and ff_fft_lut_init().
const int32_t ff_w_tab_sr[MAX_FFT_SIZE/(4 *16)] |
Definition at line 56 of file fft_init_table.c.
uint16_t ff_fft_offsets_lut[0x2aab] |
Definition at line 187 of file fft_init_table.c.
Referenced by ff_fft_init(), and ff_fft_init_mips().