| 
    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 1905 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 1921 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 1937 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 1960 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 1978 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 1995 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 327 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 565 of file h264chroma_mmi.c.
 1.8.6