|
FFmpeg
|
#include "config.h"#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/cpu.h"#include "libavcodec/hevc/pred.h"Go to the source code of this file.
Macros | |
| #define | PRED_PLANAR_FUNC(idx, opt) |
Functions | |
| av_cold void | ff_hevc_pred_init_x86 (HEVCPredContext *hpc, int bit_depth) |
| #define PRED_PLANAR_FUNC | ( | idx, | |
| opt ) |
Definition at line 28 of file pred_init.c.
| av_cold void ff_hevc_pred_init_x86 | ( | HEVCPredContext * | hpc, |
| int | bit_depth ) |
Definition at line 39 of file pred_init.c.
Referenced by ff_hevc_pred_init(), and ff_hevc_pred_init_x86().