Home
last modified time | relevance | path

Searched refs:pPredWeightTable (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp308 iLog2denom = pCurDqLayer->pPredWeightTable->uiLumaLog2WeightDenom; in WeightPrediction()
309 iWoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iLumaWeight[iRefIdx]; in WeightPrediction()
310 iOoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iLumaOffset[iRefIdx]; in WeightPrediction()
333 iLog2denom = pCurDqLayer->pPredWeightTable->uiChromaLog2WeightDenom; in WeightPrediction()
340 iWoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iChromaWeight[iRefIdx][i]; in WeightPrediction()
341 iOoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iChromaOffset[iRefIdx][i]; in WeightPrediction()
373 int32_t iLog2denom = pCurDqLayer->pPredWeightTable->uiLumaLog2WeightDenom; in BiWeightPrediction()
375 iWoc1 = pCurDqLayer->pPredWeightTable->sPredList[LIST_0].iLumaWeight[iRefIdx1]; in BiWeightPrediction()
376 iOoc1 = pCurDqLayer->pPredWeightTable->sPredList[LIST_0].iLumaOffset[iRefIdx1]; in BiWeightPrediction()
377 iWoc2 = pCurDqLayer->pPredWeightTable->sPredList[LIST_1].iLumaWeight[iRefIdx2]; in BiWeightPrediction()
[all …]
Ddecoder_core.cpp414 pCurDqLayer->pPredWeightTable->uiLumaLog2WeightDenom = 5; in CreateImplicitWeightTable()
415 pCurDqLayer->pPredWeightTable->uiChromaLog2WeightDenom = 5; in CreateImplicitWeightTable()
424 pCurDqLayer->pPredWeightTable->iImplicitWeight[iRef0][iRef1] = 32; in CreateImplicitWeightTable()
432 … pCurDqLayer->pPredWeightTable->iImplicitWeight[iRef0][iRef1] = 64 - iDistScaleFactor; in CreateImplicitWeightTable()
2407 pDqLayer->pPredWeightTable = &pSh->sPredWeightTable; in InitDqLayerInfo()
/third_party/openh264/codec/decoder/core/inc/
Ddec_frame.h111 PPredWeightTabSyn pPredWeightTable; member