FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | SiprParameters |
struct | SiprContext |
Macros | |
#define | LP_FILTER_ORDER_16k 16 |
#define | L_SUBFR_16k 80 |
#define | PITCH_MIN 30 |
#define | PITCH_MAX 281 |
#define | LSFQ_DIFF_MIN (0.0125 * M_PI) |
#define | LP_FILTER_ORDER 10 |
#define | L_INTERPOL (LP_FILTER_ORDER + 1) |
Number of past samples needed for excitation interpolation. More... | |
#define | SUBFR_SIZE 48 |
Subframe size for all modes except 16k. More... | |
#define | SUBFRAME_COUNT_16k 2 |
Enumerations | |
enum | SiprMode { MODE_16k, MODE_8k5, MODE_6k5, MODE_5k0, MODE_COUNT } |
Functions | |
void | ff_sipr_init_16k (SiprContext *ctx) |
void | ff_sipr_decode_frame_16k (SiprContext *ctx, SiprParameters *params, float *out_data) |
Variables | |
const float | ff_pow_0_5 [16] |
#define L_INTERPOL (LP_FILTER_ORDER + 1) |
enum SiprMode |
void ff_sipr_init_16k | ( | SiprContext * | ctx | ) |
Definition at line 271 of file sipr16k.c.
Referenced by sipr_decoder_init().
void ff_sipr_decode_frame_16k | ( | SiprContext * | ctx, |
SiprParameters * | params, | ||
float * | out_data | ||
) |
Definition at line 176 of file sipr16k.c.
Referenced by sipr_decoder_init().
const float ff_pow_0_5[16] |
Definition at line 135 of file sipr.c.
Referenced by postfilter(), and postfilter_5k0().