FFmpeg
|
#include "libavcodec/h264dec.h"
Go to the source code of this file.
Functions | |
void | ff_put_h264_chroma_mc8_msa (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int height, int x, int y) |
void | ff_put_h264_chroma_mc4_msa (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int height, int x, int y) |
void | ff_put_h264_chroma_mc2_msa (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int height, int x, int y) |
void | ff_avg_h264_chroma_mc8_msa (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int height, int x, int y) |
void | ff_avg_h264_chroma_mc4_msa (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int height, int x, int y) |
void | ff_avg_h264_chroma_mc2_msa (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int height, 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) |
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_msa | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | height, | ||
int | x, | ||
int | y | ||
) |
Definition at line 1906 of file h264chroma_msa.c.
Referenced by ff_h264chroma_init_mips().
void ff_put_h264_chroma_mc4_msa | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | height, | ||
int | x, | ||
int | y | ||
) |
Definition at line 1922 of file h264chroma_msa.c.
Referenced by ff_h264chroma_init_mips().
void ff_put_h264_chroma_mc2_msa | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | height, | ||
int | x, | ||
int | y | ||
) |
Definition at line 1938 of file h264chroma_msa.c.
Referenced by ff_h264chroma_init_mips().
void ff_avg_h264_chroma_mc8_msa | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | height, | ||
int | x, | ||
int | y | ||
) |
Definition at line 1961 of file h264chroma_msa.c.
Referenced by ff_h264chroma_init_mips().
void ff_avg_h264_chroma_mc4_msa | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | height, | ||
int | x, | ||
int | y | ||
) |
Definition at line 1979 of file h264chroma_msa.c.
Referenced by ff_h264chroma_init_mips().
void ff_avg_h264_chroma_mc2_msa | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | height, | ||
int | x, | ||
int | y | ||
) |
Definition at line 1996 of file h264chroma_msa.c.
Referenced by ff_h264chroma_init_mips().
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().