Home
last modified time | relevance | path

Searched refs:bcwIdx (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DRom.cpp188 int8_t getBcwWeight(uint8_t bcwIdx, uint8_t uhRefFrmList) in getBcwWeight() argument
192 …n (uhRefFrmList == REF_PIC_LIST_0 ? g_BcwWeightBase - g_BcwWeights[bcwIdx] : g_BcwWeights[bcwIdx]); in getBcwWeight()
H A DRom.h201 int8_t getBcwWeight(uint8_t bcwIdx, uint8_t uhRefFrmList);
H A DBuffer.h141 …eaBuf<const T> &other1, const AreaBuf<const T> &other2, const ClpRng& clpRng, const int8_t bcwIdx);
712 …1, const UnitBuf< T> &other2, const ClpRngs& clpRngs, const uint8_t bcwIdx = BCW_DEFAULT, con…
781 …&other1, const UnitBuf<T> &other2, const ClpRngs& clpRngs, const uint8_t bcwIdx /* = BCW_DEFAULT *… in addWeightedAvg() argument
790 bufs[i].addWeightedAvg(other1.bufs[i], other2.bufs[i], clpRngs, bcwIdx); in addWeightedAvg()
H A DBuffer.cpp377 …uf<const Pel> &other1, const AreaBuf<const Pel> &other2, const ClpRng& clpRng, const int8_t bcwIdx) in addWeightedAvg() argument
379 const int8_t w0 = getBcwWeight(bcwIdx, REF_PIC_LIST_0); in addWeightedAvg()
380 const int8_t w1 = getBcwWeight(bcwIdx, REF_PIC_LIST_1); in addWeightedAvg()
H A DUnitTools.cpp2188 …onUnit &pu, MotionInfo mi[4], bool isAvailable[4], int verIdx[4], int8_t bcwIdx, int modelIdx, int… in getAffineControlPointCand() argument
2322 affMrgType.BcwIdx [affMrgType.numValidMergeCand] = dir == 3 ? bcwIdx : BCW_DEFAULT; in getAffineControlPointCand()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/DecoderLib/
H A DCABACReader.cpp1227 uint8_t bcwIdx = ( uint8_t ) g_BcwParsingOrder[idx]; in cu_bcw_flag() local
1228 CU::setBcwIdx( cu, bcwIdx ); in cu_bcw_flag()