HEVC Test Model (HM)
HM-16.18
|
#include "CommonDef.h"
#include "TComYuv.h"
#include "TComPic.h"
#include "TComInterpolationFilter.h"
#include "TComWeightPrediction.h"
Go to the source code of this file.
Functions | |
static Pel | weightBidir (Int w0, Pel P0, Int w1, Pel P1, Int round, Int shift, Int offset, Int clipBD) |
static Pel | weightUnidir (Int w0, Pel P0, Int round, Int shift, Int offset, Int clipBD) |
static Pel | noWeightUnidir (Pel P0, Int round, Int shift, Int offset, Int clipBD) |
static Pel | noWeightOffsetUnidir (Pel P0, Int round, Int shift, Int clipBD) |
Definition at line 62 of file TComWeightPrediction.cpp.
Definition at line 57 of file TComWeightPrediction.cpp.
|
inlinestatic |
Definition at line 46 of file TComWeightPrediction.cpp.