FFmpeg
|
vorbisdsp_init.c File Reference
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavcodec/vorbisdsp.h"
Include dependency graph for vorbisdsp_init.c:
Go to the source code of this file.
Functions | |
void | ff_vorbis_inverse_coupling_3dnow (float *mag, float *ang, intptr_t blocksize) |
void | ff_vorbis_inverse_coupling_sse (float *mag, float *ang, intptr_t blocksize) |
av_cold void | ff_vorbisdsp_init_x86 (VorbisDSPContext *dsp) |
Function Documentation
void ff_vorbis_inverse_coupling_3dnow | ( | float * | mag, |
float * | ang, | ||
intptr_t | blocksize | ||
) |
Referenced by ff_vorbisdsp_init_x86().
void ff_vorbis_inverse_coupling_sse | ( | float * | mag, |
float * | ang, | ||
intptr_t | blocksize | ||
) |
Referenced by ff_vorbisdsp_init_x86().
av_cold void ff_vorbisdsp_init_x86 | ( | VorbisDSPContext * | dsp | ) |
Definition at line 31 of file vorbisdsp_init.c.
Referenced by ff_vorbisdsp_init().
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11