FFmpeg
Functions
h264chroma_loongarch.h File Reference
#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)
 

Function Documentation

◆ ff_put_h264_chroma_mc8_lsx()

void ff_put_h264_chroma_mc8_lsx ( unsigned char *  dst,
const unsigned char *  src,
long int  stride,
int  h,
int  x,
int  y 
)

◆ ff_avg_h264_chroma_mc8_lsx()

void ff_avg_h264_chroma_mc8_lsx ( unsigned char *  dst,
const unsigned char *  src,
long int  stride,
int  h,
int  x,
int  y 
)

◆ ff_put_h264_chroma_mc4_lsx()

void ff_put_h264_chroma_mc4_lsx ( unsigned char *  dst,
const unsigned char *  src,
long int  stride,
int  h,
int  x,
int  y 
)

◆ ff_put_h264_chroma_mc4_lasx()

void ff_put_h264_chroma_mc4_lasx ( unsigned char *  dst,
const unsigned char *  src,
long int  stride,
int  h,
int  x,
int  y 
)

◆ ff_put_h264_chroma_mc8_lasx()

void ff_put_h264_chroma_mc8_lasx ( unsigned char *  dst,
const unsigned char *  src,
long int  stride,
int  h,
int  x,
int  y 
)

◆ ff_avg_h264_chroma_mc8_lasx()

void ff_avg_h264_chroma_mc8_lasx ( unsigned char *  dst,
const unsigned char *  src,
long int  stride,
int  h,
int  x,
int  y 
)