Searched refs:sPredWeightTable (Results 1 – 2 of 2) sorted by relevance
129 SPredWeightTabSyn sPredWeightTable; member
328 pSh->sPredWeightTable.uiLumaLog2WeightDenom = uiCode; in ParsePredWeightedTable()333 pSh->sPredWeightTable.uiChromaLog2WeightDenom = uiCode; in ParsePredWeightedTable()336 …if ((pSh->sPredWeightTable.uiLumaLog2WeightDenom | pSh->sPredWeightTable.uiChromaLog2WeightDenom) … in ParsePredWeightedTable()349 pSh->sPredWeightTable.sPredList[iList].iLumaWeight[i] = iCode; in ParsePredWeightedTable()354 pSh->sPredWeightTable.sPredList[iList].iLumaOffset[i] = iCode; in ParsePredWeightedTable()356 …pSh->sPredWeightTable.sPredList[iList].iLumaWeight[i] = 1 << (pSh->sPredWeightTable.uiLumaLog2Weig… in ParsePredWeightedTable()357 pSh->sPredWeightTable.sPredList[iList].iLumaOffset[i] = 0; in ParsePredWeightedTable()372 pSh->sPredWeightTable.sPredList[iList].iChromaWeight[i][j] = iCode; in ParsePredWeightedTable()377 pSh->sPredWeightTable.sPredList[iList].iChromaOffset[i][j] = iCode; in ParsePredWeightedTable()383 …pSh->sPredWeightTable.sPredList[iList].iChromaWeight[i][j] = 1 << (pSh->sPredWeightTable.uiChromaL… in ParsePredWeightedTable()[all …]