Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dslice.h66 int32_t iChromaWeight[MAX_REF_PIC_COUNT][2]; member
/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp340 iWoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iChromaWeight[iRefIdx][i]; in WeightPrediction()
405 iWoc1 = pCurDqLayer->pPredWeightTable->sPredList[LIST_0].iChromaWeight[iRefIdx1][k]; in BiWeightPrediction()
407 iWoc2 = pCurDqLayer->pPredWeightTable->sPredList[LIST_1].iChromaWeight[iRefIdx2][k]; in BiWeightPrediction()
Ddecoder_core.cpp372 pSh->sPredWeightTable.sPredList[iList].iChromaWeight[i][j] = iCode; in ParsePredWeightedTable()
383 …pSh->sPredWeightTable.sPredList[iList].iChromaWeight[i][j] = 1 << (pSh->sPredWeightTable.uiChromaL… in ParsePredWeightedTable()