FFmpeg
|
#include "libavutil/common.h"
Go to the source code of this file.
Data Structures | |
struct | OpusDSP |
Macros | |
#define | CELT_EMPH_COEFF 0.8500061035f |
Functions | |
void | ff_opus_dsp_init (OpusDSP *ctx) |
void | ff_opus_dsp_init_x86 (OpusDSP *ctx) |
void | ff_opus_dsp_init_aarch64 (OpusDSP *ctx) |
#define CELT_EMPH_COEFF 0.8500061035f |
Definition at line 24 of file opusdsp.h.
Referenced by celt_apply_preemph_filter(), deemphasis_c(), and ff_celt_flush().
Definition at line 52 of file opusdsp.c.
Referenced by checkasm_check_opusdsp(), and ff_celt_init().
Definition at line 27 of file opusdsp_init.c.
Referenced by ff_opus_dsp_init().
Definition at line 27 of file opusdsp_init.c.
Referenced by ff_opus_dsp_init().