FFmpeg
Macros | Functions
h264_intrapred_init.c File Reference
#include <stddef.h>
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/codec_id.h"
#include "libavcodec/h264pred.h"

Go to the source code of this file.

Macros

#define PRED4x4(TYPE, DEPTH, OPT)
 
#define PRED8x8(TYPE, DEPTH, OPT)
 
#define PRED8x8L(TYPE, DEPTH, OPT)
 
#define PRED16x16(TYPE, DEPTH, OPT)
 

Functions

 PRED4x4 (dc, PRED4x4(10, mmxext)
 

Macro Definition Documentation

◆ PRED4x4

#define PRED4x4 (   TYPE,
  DEPTH,
  OPT 
)
Value:
void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
const uint8_t *topright, \
ptrdiff_t stride);

Definition at line 30 of file h264_intrapred_init.c.

◆ PRED8x8

#define PRED8x8 (   TYPE,
  DEPTH,
  OPT 
)
Value:
void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
ptrdiff_t stride);

◆ PRED8x8L

#define PRED8x8L (   TYPE,
  DEPTH,
  OPT 
)
Value:
void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
int has_topleft, \
int has_topright, \
ptrdiff_t stride);

◆ PRED16x16

#define PRED16x16 (   TYPE,
  DEPTH,
  OPT 
)
Value:
void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
ptrdiff_t stride);

Function Documentation

◆ PRED4x4()

PRED4x4 ( dc  ,
PRED4x4(  10,
mmxext   
)

Definition at line 35 of file h264_intrapred_init.c.

stride
int stride
Definition: mace.c:144
src
#define src
Definition: vp8dsp.c:255
TYPE
#define TYPE
Definition: ffv1.h:194
DEPTH
#define DEPTH
Definition: v210enc.c:41
_
#define _