|
FFmpeg
2.1.1
|
#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 | |
| av_cold void | ff_h264_pred_init_x86 (H264PredContext *h, int codec_id, const int bit_depth, const int chroma_format_idc) |
| #define PRED4x4 | ( | TYPE, | |
| DEPTH, | |||
| OPT | |||
| ) |
Definition at line 27 of file h264_intrapred_init.c.
| #define PRED8x8 | ( | TYPE, | |
| DEPTH, | |||
| OPT | |||
| ) |
Definition at line 48 of file h264_intrapred_init.c.
| #define PRED8x8L | ( | TYPE, | |
| DEPTH, | |||
| OPT | |||
| ) |
Definition at line 59 of file h264_intrapred_init.c.
| #define PRED16x16 | ( | TYPE, | |
| DEPTH, | |||
| OPT | |||
| ) |
Definition at line 89 of file h264_intrapred_init.c.
| av_cold void ff_h264_pred_init_x86 | ( | H264PredContext * | h, |
| int | codec_id, | ||
| const int | bit_depth, | ||
| const int | chroma_format_idc | ||
| ) |
Definition at line 184 of file h264_intrapred_init.c.
Referenced by ff_h264_pred_init().
1.8.5