|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | VP9DSPContext |
Typedefs | |
| typedef void(* | vp9_mc_func )(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *ref, ptrdiff_t ref_stride, int h, int mx, int my) |
Functions | |
| void | ff_vp9dsp_init (VP9DSPContext *dsp) |
| void | ff_vp9dsp_init_x86 (VP9DSPContext *dsp) |
| void ff_vp9dsp_init | ( | VP9DSPContext * | dsp | ) |
Definition at line 2056 of file vp9dsp.c.
Referenced by vp9_decode_init().
| void ff_vp9dsp_init_x86 | ( | VP9DSPContext * | dsp | ) |
Definition at line 310 of file vp9dsp_init.c.
Referenced by ff_vp9dsp_init().
1.8.2