FFmpeg
|
Go to the source code of this file.
Functions | |
static void | decorrelate_stereo (int32_t *buffer[2], int nb_samples, int decorr_shift, int decorr_left_weight) |
static void | append_extra_bits (int32_t *buffer[2], int32_t *extra_bits_buffer[2], int extra_bits, int channels, int nb_samples) |
av_cold void | ff_alacdsp_init (ALACDSPContext *c) |
|
static |
Definition at line 26 of file alacdsp.c.
Referenced by ff_alacdsp_init().
|
static |
Definition at line 45 of file alacdsp.c.
Referenced by ff_alacdsp_init().
av_cold void ff_alacdsp_init | ( | ALACDSPContext * | c | ) |
Definition at line 55 of file alacdsp.c.
Referenced by alac_decode_init(), check_append_extra_bits(), and check_decorrelate_stereo().