FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/avcodec.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) | |
#define PRED4x4 | ( | TYPE, | |
DEPTH, | |||
OPT | |||
) |
#define PRED8x8 | ( | TYPE, | |
DEPTH, | |||
OPT | |||
) |
#define PRED8x8L | ( | TYPE, | |
DEPTH, | |||
OPT | |||
) |
#define PRED16x16 | ( | TYPE, | |
DEPTH, | |||
OPT | |||
) |
PRED4x4 | ( | dc | , |
PRED4x4( | 10, | ||
mmxext | |||
) |
Definition at line 32 of file h264_intrapred_init.c.