|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef AVCODEC_LOONGARCH_H264CHROMA_LOONGARCH_H |
|
#define AVCODEC_LOONGARCH_H264CHROMA_LOONGARCH_H |
|
|
|
#include "libavcodec/h264.h" |
|
|
|
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); |
|
|
|
#endif |
|
|