FFmpeg
|
#include "config.h"
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/riscv/cpu.h"
#include "libavcodec/g722dsp.h"
Go to the source code of this file.
Functions | |
void | ff_g722_apply_qmf_rvv (const int16_t *prev_samples, int xout[2]) |
av_cold void | ff_g722dsp_init_riscv (G722DSPContext *dsp) |
void ff_g722_apply_qmf_rvv | ( | const int16_t * | prev_samples, |
int | xout[2] | ||
) |
Referenced by ff_g722dsp_init_riscv().
av_cold void ff_g722dsp_init_riscv | ( | G722DSPContext * | dsp | ) |
Definition at line 32 of file g722dsp_init.c.
Referenced by ff_g722dsp_init().