FFmpeg
Macros | Functions
h264chroma_init.c File Reference
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/h264chroma.h"

Go to the source code of this file.

Macros

#define CHROMA_MC(OP, NUM, DEPTH, OPT)
 

Functions

void ff_put_h264_chroma_mc8_rnd_mmx (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc8_rnd_mmxext (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_put_h264_chroma_mc4_mmx (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc4_mmxext (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_put_h264_chroma_mc2_mmxext (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc2_mmxext (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_put_h264_chroma_mc8_rnd_ssse3 (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_put_h264_chroma_mc4_ssse3 (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc8_rnd_ssse3 (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc4_ssse3 (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
 
av_cold void ff_h264chroma_init_x86 (H264ChromaContext *c, int bit_depth)
 

Macro Definition Documentation

◆ CHROMA_MC

#define CHROMA_MC (   OP,
  NUM,
  DEPTH,
  OPT 
)
Value:
void ff_ ## OP ## _h264_chroma_mc ## NUM ## _ ## DEPTH ## _ ## OPT \
(uint8_t *dst, const uint8_t *src, \
ptrdiff_t stride, int h, int x, int y);

Definition at line 52 of file h264chroma_init.c.

Function Documentation

◆ ff_put_h264_chroma_mc8_rnd_mmx()

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

Referenced by ff_h264chroma_init_x86().

◆ ff_avg_h264_chroma_mc8_rnd_mmxext()

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

Referenced by ff_h264chroma_init_x86().

◆ ff_put_h264_chroma_mc4_mmx()

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

Referenced by ff_h264chroma_init_x86().

◆ ff_avg_h264_chroma_mc4_mmxext()

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

Referenced by ff_h264chroma_init_x86().

◆ ff_put_h264_chroma_mc2_mmxext()

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

Referenced by ff_h264chroma_init_x86().

◆ ff_avg_h264_chroma_mc2_mmxext()

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

Referenced by ff_h264chroma_init_x86().

◆ ff_put_h264_chroma_mc8_rnd_ssse3()

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

Referenced by ff_h264chroma_init_x86().

◆ ff_put_h264_chroma_mc4_ssse3()

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

Referenced by ff_h264chroma_init_x86().

◆ ff_avg_h264_chroma_mc8_rnd_ssse3()

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

Referenced by ff_h264chroma_init_x86().

◆ ff_avg_h264_chroma_mc4_ssse3()

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

Referenced by ff_h264chroma_init_x86().

◆ ff_h264chroma_init_x86()

av_cold void ff_h264chroma_init_x86 ( H264ChromaContext c,
int  bit_depth 
)

Definition at line 66 of file h264chroma_init.c.

Referenced by ff_h264chroma_init().

OP
#define OP(LOAD, STORE)
Definition: hpeldsp_alpha.c:55
DEPTH
#define DEPTH
Definition: v210enc.c:43
stride
#define stride
Definition: h264pred_template.c:537
_
#define _
src
INIT_CLIP pixel * src
Definition: h264pred_template.c:418
h
h
Definition: vp9dsp_template.c:2038