FFmpeg
Functions
h264chroma_mmi.c File Reference
#include "h264chroma_mips.h"
#include "constants.h"
#include "libavutil/mips/mmiutils.h"

Go to the source code of this file.

Functions

void ff_put_h264_chroma_mc8_mmi (uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc8_mmi (uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_put_h264_chroma_mc4_mmi (uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc4_mmi (uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 

Function Documentation

◆ ff_put_h264_chroma_mc8_mmi()

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.

Referenced by ff_h264chroma_init_mips().

◆ ff_avg_h264_chroma_mc8_mmi()

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 290 of file h264chroma_mmi.c.

Referenced by ff_h264chroma_init_mips().

◆ ff_put_h264_chroma_mc4_mmi()

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 497 of file h264chroma_mmi.c.

Referenced by ff_h264chroma_init_mips().

◆ ff_avg_h264_chroma_mc4_mmi()

void ff_avg_h264_chroma_mc4_mmi ( uint8_t dst,
uint8_t src,
ptrdiff_t  stride,
int  h,
int  x,
int  y 
)

Definition at line 621 of file h264chroma_mmi.c.

Referenced by ff_h264chroma_init_mips().