Go to the source code of this file.
Functions | |
static void | H264_CHROMA_MC8_TMPL (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y, int rnd) |
SSSE3 optimized version of (put|avg)_h264_chroma_mc8. | |
static void | H264_CHROMA_MC4_TMPL (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
static void H264_CHROMA_MC4_TMPL | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride, | |||
int | h, | |||
int | x, | |||
int | y | |||
) | [static] |
Definition at line 161 of file dsputil_h264_template_ssse3.c.
static void H264_CHROMA_MC8_TMPL | ( | uint8_t * | dst, | |
uint8_t * | src, | |||
int | stride, | |||
int | h, | |||
int | x, | |||
int | y, | |||
int | rnd | |||
) | [static] |
SSSE3 optimized version of (put|avg)_h264_chroma_mc8.
H264_CHROMA_MC8_TMPL must be defined to the desired function name H264_CHROMA_MC8_MV0 must be defined to a (put|avg)_pixels8 function AVG_OP must be defined to empty for put and the identify for avg
Definition at line 27 of file dsputil_h264_template_ssse3.c.