Home
last modified time | relevance | path

Searched refs:sPredWeightTable (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dslice.h129 SPredWeightTabSyn sPredWeightTable; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp328 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 …]