|
FFmpeg
|
#include "libavcodec/h264.h"Go to the source code of this file.
Functions | |
| void | ff_put_h264_chroma_mc8_msa (uint8_t *dst, uint8_t *src, int stride, int height, int x, int y) |
| void | ff_put_h264_chroma_mc4_msa (uint8_t *dst, uint8_t *src, int stride, int height, int x, int y) |
| void | ff_put_h264_chroma_mc2_msa (uint8_t *dst, uint8_t *src, int stride, int height, int x, int y) |
| void | ff_avg_h264_chroma_mc8_msa (uint8_t *dst, uint8_t *src, int stride, int height, int x, int y) |
| void | ff_avg_h264_chroma_mc4_msa (uint8_t *dst, uint8_t *src, int stride, int height, int x, int y) |
| void | ff_avg_h264_chroma_mc2_msa (uint8_t *dst, uint8_t *src, int stride, int height, int x, int y) |
| void | ff_put_h264_chroma_mc8_mmi (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| void | ff_avg_h264_chroma_mc8_mmi (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| void | ff_put_h264_chroma_mc4_mmi (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| void | ff_avg_h264_chroma_mc4_mmi (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| void ff_put_h264_chroma_mc8_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 1871 of file h264chroma_msa.c.
| void ff_put_h264_chroma_mc4_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 1888 of file h264chroma_msa.c.
| void ff_put_h264_chroma_mc2_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 1912 of file h264chroma_msa.c.
| void ff_avg_h264_chroma_mc8_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 1936 of file h264chroma_msa.c.
| void ff_avg_h264_chroma_mc4_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 1957 of file h264chroma_msa.c.
| void ff_avg_h264_chroma_mc2_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 1977 of file h264chroma_msa.c.
Definition at line 27 of file h264chroma_mmi.c.
Definition at line 203 of file h264chroma_mmi.c.
Definition at line 348 of file h264chroma_mmi.c.
Definition at line 471 of file h264chroma_mmi.c.
1.8.6