FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | OpusDSP |
Functions | |
void | ff_opus_dsp_init (OpusDSP *ctx) |
void | ff_opus_dsp_init_x86 (OpusDSP *ctx) |
void | ff_opus_dsp_init_aarch64 (OpusDSP *ctx) |
void | ff_opus_dsp_init_riscv (OpusDSP *ctx) |
void ff_opus_dsp_init | ( | OpusDSP * | ctx | ) |
Definition at line 56 of file dsp.c.
Referenced by checkasm_check_opusdsp(), and ff_celt_init().
void ff_opus_dsp_init_x86 | ( | OpusDSP * | ctx | ) |
Definition at line 28 of file opusdsp_init.c.
Referenced by ff_opus_dsp_init().
void ff_opus_dsp_init_aarch64 | ( | OpusDSP * | ctx | ) |
Definition at line 28 of file opusdsp_init.c.
Referenced by ff_opus_dsp_init().
void ff_opus_dsp_init_riscv | ( | OpusDSP * | ctx | ) |
Definition at line 30 of file opusdsp_init.c.
Referenced by ff_opus_dsp_init().