FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | CeltPVQ |
Macros | |
#define | QUANT_FN(name) |
Functions | |
void | ff_celt_pvq_init_x86 (struct CeltPVQ *s) |
int | ff_celt_pvq_init (struct CeltPVQ **pvq, int encode) |
void | ff_celt_pvq_uninit (struct CeltPVQ **pvq) |
#define QUANT_FN | ( | name | ) |
void ff_celt_pvq_init_x86 | ( | struct CeltPVQ * | s | ) |
Definition at line 32 of file celt_pvq_init.c.
Referenced by ff_celt_pvq_init().
int ff_celt_pvq_init | ( | struct CeltPVQ ** | pvq, |
int | encode | ||
) |
Definition at line 907 of file pvq.c.
Referenced by ff_celt_init(), and opus_encode_init().
void ff_celt_pvq_uninit | ( | struct CeltPVQ ** | pvq | ) |
Definition at line 927 of file pvq.c.
Referenced by ff_celt_free(), and opus_encode_end().