#include "avcodec.h"
#include "ac3dsp.h"
Go to the source code of this file.
Functions | |
static void | ac3_exponent_min_c (uint8_t *exp, int num_reuse_blocks, int nb_coefs) |
static int | ac3_max_msb_abs_int16_c (const int16_t *src, int len) |
av_cold void | ff_ac3dsp_init (AC3DSPContext *c) |
static void ac3_exponent_min_c | ( | uint8_t * | exp, | |
int | num_reuse_blocks, | |||
int | nb_coefs | |||
) | [static] |
static int ac3_max_msb_abs_int16_c | ( | const int16_t * | src, | |
int | len | |||
) | [static] |
av_cold void ff_ac3dsp_init | ( | AC3DSPContext * | c | ) |