#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | VP56DSPContext |
Typedefs | |
typedef struct VP56DSPContext | VP56DSPContext |
Functions | |
void | ff_vp56dsp_init (VP56DSPContext *s, enum CodecID codec) |
void | ff_vp56dsp_init_arm (VP56DSPContext *s, enum CodecID codec) |
typedef struct VP56DSPContext VP56DSPContext |
void ff_vp56dsp_init | ( | VP56DSPContext * | s, | |
enum CodecID | codec | |||
) |
Definition at line 77 of file vp56dsp.c.
Referenced by vp56_init().
void ff_vp56dsp_init_arm | ( | VP56DSPContext * | s, | |
enum CodecID | codec | |||
) |
Definition at line 28 of file vp56dsp_init_arm.c.
Referenced by ff_vp56dsp_init().