FFmpeg
Loading...
Searching...
No Matches
h264chroma_template.c File Reference
#include <stddef.h>
#include "libavutil/avassert.h"
#include "bit_depth_template.c"

Go to the source code of this file.

Macros

#define H264_CHROMA_MC(OPNAME, OP)
 
#define op_avg(a, b)
 
#define op_put(a, b)
 

Macro Definition Documentation

◆ H264_CHROMA_MC

#define H264_CHROMA_MC ( OPNAME,
OP )

Definition at line 28 of file h264chroma_template.c.

◆ op_avg

#define op_avg ( a,
b )
Value:
a = (((a)+(((b) + 32)>>6)+1)>>1)
int a
#define b
Definition input.c:43

Definition at line 170 of file h264chroma_template.c.

◆ op_put

#define op_put ( a,
b )
Value:
a = (((b) + 32)>>6)

Definition at line 171 of file h264chroma_template.c.