FFmpeg
|
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavcodec/ac3dsp.h"
Go to the source code of this file.
Functions | |
void | ff_extract_exponents_rvb (uint8_t *exp, int32_t *coef, int nb_coefs) |
av_cold void | ff_ac3dsp_init_riscv (AC3DSPContext *c) |
Referenced by ff_ac3dsp_init_riscv().
av_cold void ff_ac3dsp_init_riscv | ( | AC3DSPContext * | c | ) |
Definition at line 30 of file ac3dsp_init.c.
Referenced by ff_ac3dsp_init().