|
FFmpeg
|
#include "libavcodec/h264dec.h"Go to the source code of this file.
| void ff_put_h264_chroma_mc8_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 1919 of file h264chroma_msa.c.
| void ff_put_h264_chroma_mc4_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 1935 of file h264chroma_msa.c.
| void ff_put_h264_chroma_mc2_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 1958 of file h264chroma_msa.c.
| void ff_avg_h264_chroma_mc8_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 1981 of file h264chroma_msa.c.
| void ff_avg_h264_chroma_mc4_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 2002 of file h264chroma_msa.c.
| void ff_avg_h264_chroma_mc2_msa | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | height, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 2022 of file h264chroma_msa.c.
| void ff_put_h264_chroma_mc8_mmi | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 29 of file h264chroma_mmi.c.
| void ff_avg_h264_chroma_mc8_mmi | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 210 of file h264chroma_mmi.c.
| void ff_put_h264_chroma_mc4_mmi | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 399 of file h264chroma_mmi.c.
1.8.6