FFmpeg
|
#include "libavcodec/h264.h"
Go to the source code of this file.
Functions | |
void | ff_put_h264_chroma_mc8_lsx (unsigned char *dst, const unsigned char *src, long int stride, int h, int x, int y) |
void | ff_avg_h264_chroma_mc8_lsx (unsigned char *dst, const unsigned char *src, long int stride, int h, int x, int y) |
void | ff_put_h264_chroma_mc4_lsx (unsigned char *dst, const unsigned char *src, long int stride, int h, int x, int y) |
void | ff_put_h264_chroma_mc4_lasx (unsigned char *dst, const unsigned char *src, long int stride, int h, int x, int y) |
void | ff_put_h264_chroma_mc8_lasx (unsigned char *dst, const unsigned char *src, long int stride, int h, int x, int y) |
void | ff_avg_h264_chroma_mc8_lasx (unsigned char *dst, const unsigned char *src, long int stride, int h, int x, int y) |
void ff_put_h264_chroma_mc8_lsx | ( | unsigned char * | dst, |
const unsigned char * | src, | ||
long int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_loongarch().
void ff_avg_h264_chroma_mc8_lsx | ( | unsigned char * | dst, |
const unsigned char * | src, | ||
long int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_loongarch().
void ff_put_h264_chroma_mc4_lsx | ( | unsigned char * | dst, |
const unsigned char * | src, | ||
long int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_loongarch().
void ff_put_h264_chroma_mc4_lasx | ( | unsigned char * | dst, |
const unsigned char * | src, | ||
long int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_loongarch().
void ff_put_h264_chroma_mc8_lasx | ( | unsigned char * | dst, |
const unsigned char * | src, | ||
long int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_loongarch().
void ff_avg_h264_chroma_mc8_lasx | ( | unsigned char * | dst, |
const unsigned char * | src, | ||
long int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_loongarch().