FFmpeg
|
h264chroma_template.c File Reference
Include dependency graph for h264chroma_template.c:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | H264_CHROMA_MC(OPNAME, OP) |
#define | op_avg(a, b) a = (((a)+(((b) + 32)>>6)+1)>>1) |
#define | op_put(a, b) a = (((b) + 32)>>6) |
Macro Definition Documentation
#define H264_CHROMA_MC | ( | OPNAME, | |
OP | |||
) |
Definition at line 26 of file h264chroma_template.c.
Definition at line 136 of file h264chroma_template.c.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11