Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dslice.h67 int32_t iChromaOffset[MAX_REF_PIC_COUNT][2]; member
/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp341 iOoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iChromaOffset[iRefIdx][i]; in WeightPrediction()
406 iOoc1 = pCurDqLayer->pPredWeightTable->sPredList[LIST_0].iChromaOffset[iRefIdx1][k]; in BiWeightPrediction()
408 iOoc2 = pCurDqLayer->pPredWeightTable->sPredList[LIST_1].iChromaOffset[iRefIdx2][k]; in BiWeightPrediction()
Ddecoder_core.cpp377 pSh->sPredWeightTable.sPredList[iList].iChromaOffset[i][j] = iCode; in ParsePredWeightedTable()
384 pSh->sPredWeightTable.sPredList[iList].iChromaOffset[i][j] = 0; in ParsePredWeightedTable()