Libav
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | APEDSPContext |
Functions | |
void | ff_apedsp_init_arm (APEDSPContext *c) |
void | ff_apedsp_init_ppc (APEDSPContext *c) |
void | ff_apedsp_init_x86 (APEDSPContext *c) |
void ff_apedsp_init_arm | ( | APEDSPContext * | c | ) |
Definition at line 31 of file apedsp_init_arm.c.
Referenced by ape_decode_init().
void ff_apedsp_init_ppc | ( | APEDSPContext * | c | ) |
Definition at line 74 of file apedsp_altivec.c.
Referenced by ape_decode_init().
void ff_apedsp_init_x86 | ( | APEDSPContext * | c | ) |
Definition at line 34 of file apedsp_init.c.
Referenced by ape_decode_init().