FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | LLAudDSPContext |
Functions | |
void | ff_llauddsp_init (LLAudDSPContext *c) |
void | ff_llauddsp_init_arm (LLAudDSPContext *c) |
void | ff_llauddsp_init_ppc (LLAudDSPContext *c) |
void | ff_llauddsp_init_x86 (LLAudDSPContext *c) |
void ff_llauddsp_init | ( | LLAudDSPContext * | c | ) |
Definition at line 39 of file lossless_audiodsp.c.
Referenced by ape_decode_init(), and decode_init().
void ff_llauddsp_init_arm | ( | LLAudDSPContext * | c | ) |
Definition at line 31 of file lossless_audiodsp_init_arm.c.
Referenced by ff_llauddsp_init().
void ff_llauddsp_init_ppc | ( | LLAudDSPContext * | c | ) |
Definition at line 85 of file lossless_audiodsp_altivec.c.
Referenced by ff_llauddsp_init().
void ff_llauddsp_init_x86 | ( | LLAudDSPContext * | c | ) |
Definition at line 34 of file lossless_audiodsp_init.c.
Referenced by ff_llauddsp_init().