|
FFmpeg
|
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | VP5DSPContext |
| struct | VP6DSPContext |
Functions | |
| void | ff_vp5dsp_init (VP5DSPContext *s) |
| void | ff_vp6dsp_init (VP6DSPContext *s) |
| void | ff_vp6dsp_init_x86 (VP6DSPContext *s) |
| void ff_vp5dsp_init | ( | VP5DSPContext * | s | ) |
Definition at line 65 of file vp5dsp.c.
Referenced by vp5_decode_init().
| void ff_vp6dsp_init | ( | VP6DSPContext * | s | ) |
Definition at line 63 of file vp6dsp.c.
Referenced by checkasm_check_vp6dsp(), and vp6_decode_init_context().
| void ff_vp6dsp_init_x86 | ( | VP6DSPContext * | s | ) |
Definition at line 31 of file vp6dsp_init.c.
Referenced by ff_vp6dsp_init().
1.8.17