FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_put_h264_chroma_mc8_mmi (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_avg_h264_chroma_mc8_mmi (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_put_h264_chroma_mc4_mmi (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_avg_h264_chroma_mc4_mmi (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void ff_put_h264_chroma_mc8_mmi | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Definition at line 29 of file h264chroma_mmi.c.
Referenced by ff_h264chroma_init_mips().
void ff_avg_h264_chroma_mc8_mmi | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Definition at line 292 of file h264chroma_mmi.c.
Referenced by ff_h264chroma_init_mips().
void ff_put_h264_chroma_mc4_mmi | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Definition at line 500 of file h264chroma_mmi.c.
Referenced by ff_h264chroma_init_mips().
void ff_avg_h264_chroma_mc4_mmi | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Definition at line 621 of file h264chroma_mmi.c.
Referenced by ff_h264chroma_init_mips().