WeightParam 89 source/common/predict.cpp const WeightParam *wp0 = cu.m_slice->m_weightPredTable[0][refIdx0]; WeightParam 126 source/common/predict.cpp const WeightParam *pwp0, *pwp1; WeightParam 155 source/common/predict.cpp const WeightParam* pwp = (refIdx0 >= 0) ? pwp0 : pwp1; WeightParam 140 source/common/slice.cpp WeightParam& wp = m_weightPredTable[l][i][yuv]; WeightParam 336 source/common/slice.h WeightParam m_weightPredTable[2][MAX_NUM_REF][3]; // [list][refIdx][0:Y, 1:U, 2:V] WeightParam 2693 source/encoder/encoder.cpp CHECKED_MALLOC_ZERO(analysis->wt, WeightParam, numPlanes * numDir); WeightParam 2983 source/encoder/encoder.cpp X265_FREAD((WeightParam*)analysis->wt, sizeof(WeightParam), numPlanes * numDir, m_analysisFile, (picIn->analysisData.wt)); WeightParam 3260 source/encoder/encoder.cpp analysis->frameRecordSize += sizeof(WeightParam) * numPlanes * numDir; WeightParam 3387 source/encoder/encoder.cpp X265_FWRITE((WeightParam*)analysis->wt, sizeof(WeightParam), numPlanes * numDir, m_analysisFile); WeightParam 1347 source/encoder/entropy.cpp const WeightParam *wp; WeightParam 390 source/encoder/frameencoder.cpp WeightParam* reuseWP = NULL; WeightParam 392 source/encoder/frameencoder.cpp reuseWP = (WeightParam*)m_frame->m_analysisData.wt; WeightParam 433 source/encoder/frameencoder.cpp WeightParam *w = NULL; WeightParam 51 source/encoder/reference.cpp int MotionReference::init(PicYuv* recPic, WeightParam *wp, const x265_param& p) WeightParam 36 source/encoder/reference.h struct WeightParam; WeightParam 44 source/encoder/reference.h int init(PicYuv*, WeightParam* wp, const x265_param& p); WeightParam 424 source/encoder/slicetype.cpp uint32_t LookaheadTLD::weightCostLuma(Lowres& fenc, Lowres& ref, WeightParam& wp) WeightParam 482 source/encoder/slicetype.cpp WeightParam wp; WeightParam 95 source/encoder/slicetype.h uint32_t weightCostLuma(Lowres& fenc, Lowres& ref, WeightParam& wp); WeightParam 49 source/encoder/weightPrediction.cpp int sliceHeaderCost(WeightParam *w, int lambda, int bChroma) WeightParam 176 source/encoder/weightPrediction.cpp WeightParam * w, WeightParam 225 source/encoder/weightPrediction.cpp WeightParam wp[2][MAX_NUM_REF][3]; WeightParam 263 source/encoder/weightPrediction.cpp WeightParam *weights = wp[list][0]; WeightParam 445 source/encoder/weightPrediction.cpp WeightParam wsp; WeightParam 506 source/encoder/weightPrediction.cpp memcpy(slice.m_weightPredTable, wp, sizeof(WeightParam) * 2 * MAX_NUM_REF * 3); WeightParam 518 source/encoder/weightPrediction.cpp WeightParam* w = &wp[list][0][0];