FFmpeg
Functions
h264chroma_lasx.h File Reference
#include <stdint.h>
#include <stddef.h>
#include "libavcodec/h264.h"

Go to the source code of this file.

Functions

void ff_put_h264_chroma_mc4_lasx (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_put_h264_chroma_mc8_lasx (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc8_lasx (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 

Function Documentation

◆ ff_put_h264_chroma_mc4_lasx()

void ff_put_h264_chroma_mc4_lasx ( uint8_t *  dst,
const uint8_t *  src,
ptrdiff_t  stride,
int  h,
int  x,
int  y 
)

Definition at line 812 of file h264chroma_lasx.c.

Referenced by ff_h264chroma_init_loongarch().

◆ ff_put_h264_chroma_mc8_lasx()

void ff_put_h264_chroma_mc8_lasx ( uint8_t *  dst,
const uint8_t *  src,
ptrdiff_t  stride,
int  h,
int  x,
int  y 
)

Definition at line 828 of file h264chroma_lasx.c.

Referenced by ff_h264chroma_init_loongarch().

◆ ff_avg_h264_chroma_mc8_lasx()

void ff_avg_h264_chroma_mc8_lasx ( uint8_t *  dst,
const uint8_t *  src,
ptrdiff_t  stride,
int  h,
int  x,
int  y 
)

Definition at line 1265 of file h264chroma_lasx.c.

Referenced by ff_h264chroma_init_loongarch().