FFmpeg
|
VP8 compatible video decoder. More...
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | VP8DSPContext |
Typedefs | |
typedef void(* | vp8_mc_func )(uint8_t *dst, ptrdiff_t dstStride, uint8_t *src, ptrdiff_t srcStride, int h, int x, int y) |
Functions | |
void | ff_put_vp8_pixels16_c (uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_put_vp8_pixels8_c (uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_put_vp8_pixels4_c (uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_vp8dsp_init (VP8DSPContext *c) |
void | ff_vp8dsp_init_x86 (VP8DSPContext *c) |
void | ff_vp8dsp_init_arm (VP8DSPContext *c) |
void | ff_vp8dsp_init_ppc (VP8DSPContext *c) |
VP8 compatible video decoder.
Definition in file vp8dsp.h.
void ff_vp8dsp_init | ( | VP8DSPContext * | c | ) |
Definition at line 494 of file vp8dsp.c.
Referenced by vp8_decode_init().
void ff_vp8dsp_init_x86 | ( | VP8DSPContext * | c | ) |
Definition at line 316 of file vp8dsp_init.c.
Referenced by ff_vp8dsp_init().
void ff_vp8dsp_init_arm | ( | VP8DSPContext * | c | ) |
Definition at line 26 of file vp8dsp_init_arm.c.
Referenced by ff_vp8dsp_init().
void ff_vp8dsp_init_ppc | ( | VP8DSPContext * | c | ) |
Definition at line 279 of file vp8dsp_altivec.c.
Referenced by ff_vp8dsp_init().