|
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 1906 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 1922 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 1938 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 1961 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 1979 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 1996 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 290 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 497 of file h264chroma_mmi.c.
1.8.17