#include <stdint.h>#include "dsputil.h"Go to the source code of this file.
Data Structures | |
| struct | VP3DSPContext |
Functions | |
| void | ff_vp3dsp_init (VP3DSPContext *c, int flags) |
| void | ff_vp3dsp_init_arm (VP3DSPContext *c, int flags) |
| void | ff_vp3dsp_init_ppc (VP3DSPContext *c, int flags) |
| void | ff_vp3dsp_init_x86 (VP3DSPContext *c, int flags) |
| void ff_vp3dsp_init | ( | VP3DSPContext * | c, | |
| int | flags | |||
| ) |
Definition at line 274 of file vp3dsp.c.
Referenced by ff_vp56_init_context(), and vp3_decode_init().
| void ff_vp3dsp_init_arm | ( | VP3DSPContext * | c, | |
| int | flags | |||
| ) |
| void ff_vp3dsp_init_ppc | ( | VP3DSPContext * | c, | |
| int | flags | |||
| ) |
| void ff_vp3dsp_init_x86 | ( | VP3DSPContext * | c, | |
| int | flags | |||
| ) |
1.5.8