#include "dsputil.h"
Go to the source code of this file.
Data Structures | |
struct | VP8DSPContext |
Typedefs | |
typedef void(* | vp8_mc_func )(uint8_t *dst, int dstStride, uint8_t *src, int srcStride, int h, int x, int y) |
Functions | |
void | ff_put_vp8_pixels16_c (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
void | ff_put_vp8_pixels8_c (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
void | ff_put_vp8_pixels4_c (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
void | ff_vp8dsp_init (VP8DSPContext *c) |
void | ff_vp8dsp_init_x86 (VP8DSPContext *c) |
void | ff_vp8dsp_init_altivec (VP8DSPContext *c) |
void | ff_vp8dsp_init_arm (VP8DSPContext *c) |
Definition in file vp8dsp.h.
typedef void(* vp8_mc_func)(uint8_t *dst, int dstStride, uint8_t *src, int srcStride, int h, int x, int y) |
void ff_put_vp8_pixels16_c | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride, | |||
int | h, | |||
int | x, | |||
int | y | |||
) |
void ff_put_vp8_pixels4_c | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride, | |||
int | h, | |||
int | x, | |||
int | y | |||
) |
void ff_put_vp8_pixels8_c | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride, | |||
int | h, | |||
int | x, | |||
int | y | |||
) |
void ff_vp8dsp_init | ( | VP8DSPContext * | c | ) |
void ff_vp8dsp_init_altivec | ( | VP8DSPContext * | c | ) |
void ff_vp8dsp_init_arm | ( | VP8DSPContext * | c | ) |
void ff_vp8dsp_init_x86 | ( | VP8DSPContext * | c | ) |