Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp309 iWoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iLumaWeight[iRefIdx]; in WeightPrediction()
310 iOoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iLumaOffset[iRefIdx]; in WeightPrediction()
340 iWoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iChromaWeight[iRefIdx][i]; in WeightPrediction()
341 iOoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iChromaOffset[iRefIdx][i]; in WeightPrediction()
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()
378 iOoc2 = pCurDqLayer->pPredWeightTable->sPredList[LIST_1].iLumaOffset[iRefIdx2]; in BiWeightPrediction()
405 iWoc1 = pCurDqLayer->pPredWeightTable->sPredList[LIST_0].iChromaWeight[iRefIdx1][k]; in BiWeightPrediction()
406 iOoc1 = pCurDqLayer->pPredWeightTable->sPredList[LIST_0].iChromaOffset[iRefIdx1][k]; in BiWeightPrediction()
[all …]
Ddecoder_core.cpp349 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()
384 pSh->sPredWeightTable.sPredList[iList].iChromaOffset[i][j] = 0; in ParsePredWeightedTable()
/third_party/openh264/codec/decoder/core/inc/
Dslice.h70 } sPredList[LIST_A]; member