Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dslice.h65 int32_t iLumaOffset[MAX_REF_PIC_COUNT]; member
/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp310 iOoc = pCurDqLayer->pPredWeightTable->sPredList[listIdx].iLumaOffset[iRefIdx]; in WeightPrediction()
376 iOoc1 = pCurDqLayer->pPredWeightTable->sPredList[LIST_0].iLumaOffset[iRefIdx1]; in BiWeightPrediction()
378 iOoc2 = pCurDqLayer->pPredWeightTable->sPredList[LIST_1].iLumaOffset[iRefIdx2]; in BiWeightPrediction()
Ddecoder_core.cpp354 pSh->sPredWeightTable.sPredList[iList].iLumaOffset[i] = iCode; in ParsePredWeightedTable()
357 pSh->sPredWeightTable.sPredList[iList].iLumaOffset[i] = 0; in ParsePredWeightedTable()