Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp360 pCurDqLayer->iColocRefIndex[LIST_0][0] = colocPic->pRefIndex[LIST_0][iMbXy][0]; in GetColocatedMb()
361 …pCurDqLayer->iColocRefIndex[LIST_1][0] = IS_TYPE_L1 (coloc_mbType) ? colocPic->pRefIndex[LIST_1][i… in GetColocatedMb()
366 …CopyRectBlock4Cols (pCurDqLayer->iColocRefIndex[LIST_0], colocPic->pRefIndex[LIST_0][iMbXy], 4, 4,… in GetColocatedMb()
369 …CopyRectBlock4Cols (pCurDqLayer->iColocRefIndex[LIST_1], colocPic->pRefIndex[LIST_1][iMbXy], 4, 4,… in GetColocatedMb()
371 SetRectBlock (pCurDqLayer->iColocRefIndex[LIST_1], 4, 4, 4, (uint8_t)REF_NOT_IN_LIST, 1); in GetColocatedMb()
380 …SetRectBlock (&pCurDqLayer->iColocRefIndex[listIdx][0], 2, 2, 4, colocPic->pRefIndex[listIdx][iMbX… in GetColocatedMb()
381 …SetRectBlock (&pCurDqLayer->iColocRefIndex[listIdx][2], 2, 2, 4, colocPic->pRefIndex[listIdx][iMbX… in GetColocatedMb()
382 …SetRectBlock (&pCurDqLayer->iColocRefIndex[listIdx][8], 2, 2, 4, colocPic->pRefIndex[listIdx][iMbX… in GetColocatedMb()
383 …SetRectBlock (&pCurDqLayer->iColocRefIndex[listIdx][10], 2, 2, 4, colocPic->pRefIndex[listIdx][iMb… in GetColocatedMb()
386 SetRectBlock (&pCurDqLayer->iColocRefIndex[1][0], 4, 4, 4, (uint8_t)REF_NOT_IN_LIST, 1); in GetColocatedMb()
[all …]
Dparse_mb_syn_cavlc.cpp1615 int8_t colocRefIndexL0 = pCurDqLayer->iColocRefIndex[LIST_0][uiColoc4Idx]; in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp956 int8_t colocRefIndexL0 = pCurDqLayer->iColocRefIndex[LIST_0][uiColoc4Idx]; in ParseInterBMotionInfoCabac()
/third_party/openh264/codec/decoder/core/inc/
Ddec_frame.h119 int8_t iColocRefIndex[2][16]; //Colocated RefIndex cache member