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