Home
last modified time | relevance | path

Searched refs:colocRefIndexL0 (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp645 int8_t colocRefIndexL0 = pCurDqLayer->iColocRefIndex[LIST_0][0]; in PredBDirectTemporal() local
646 if (colocRefIndexL0 >= 0) { in PredBDirectTemporal()
647 ref[LIST_0] = MapColToList0 (pCtx, colocRefIndexL0, ref0Count); in PredBDirectTemporal()
681 int8_t colocRefIndexL0 = pCurDqLayer->iColocRefIndex[LIST_0][iScan4Idx]; in PredBDirectTemporal() local
682 if (colocRefIndexL0 >= 0) { in PredBDirectTemporal()
683 ref[LIST_0] = MapColToList0 (pCtx, colocRefIndexL0, ref0Count); in PredBDirectTemporal()
1158 int8_t MapColToList0 (PWelsDecoderContext& pCtx, const int8_t& colocRefIndexL0, in MapColToList0() argument
1165 if (pic1 && pic1->pRefPic[LIST_0][colocRefIndexL0]) { in MapColToList0()
1166 const int32_t iFramePoc = pic1->pRefPic[LIST_0][colocRefIndexL0]->iFramePoc; in MapColToList0()
Dparse_mb_syn_cavlc.cpp1615 int8_t colocRefIndexL0 = pCurDqLayer->iColocRefIndex[LIST_0][uiColoc4Idx]; in ParseInterBInfo() local
1616 if (colocRefIndexL0 >= 0) { in ParseInterBInfo()
1617 iRef[LIST_0] = MapColToList0 (pCtx, colocRefIndexL0, ref0Count); in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp956 int8_t colocRefIndexL0 = pCurDqLayer->iColocRefIndex[LIST_0][uiColoc4Idx]; in ParseInterBMotionInfoCabac() local
957 if (colocRefIndexL0 >= 0) { in ParseInterBMotionInfoCabac()
958 iRef[LIST_0] = MapColToList0 (pCtx, colocRefIndexL0, ref0Count); in ParseInterBMotionInfoCabac()
/third_party/openh264/codec/decoder/core/inc/
Dmv_pred.h175 int8_t MapColToList0 (PWelsDecoderContext& pCtx, const int8_t& colocRefIndexL0,