Searched refs:directSubMbType (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | parse_mb_syn_cavlc.cpp | 1549 SubMbType directSubMbType = 0; in ParseInterBInfo() local 1568 int32_t ret = PredMvBDirectSpatial (pCtx, pMvDirect, iRef, directSubMbType); in ParseInterBInfo() 1575 int32_t ret = PredBDirectTemporal (pCtx, pMvDirect, iRef, directSubMbType); in ParseInterBInfo() 1582 pCurDqLayer->pSubMbType[iMbXy][i] = directSubMbType; in ParseInterBInfo() 1606 …FillSpatialDirect8x8Mv (pCurDqLayer, iIdx8, pSubPartCount[i], pPartW[i], directSubMbType, bIsLongR… in ParseInterBInfo() 1624 …FillTemporalDirect8x8Mv (pCurDqLayer, iIdx8, pSubPartCount[i], pPartW[i], directSubMbType, iRef, m… in ParseInterBInfo()
|
D | parse_mb_syn_cabac.cpp | 903 SubMbType directSubMbType = 0; in ParseInterBMotionInfoCabac() local 920 int32_t ret = PredMvBDirectSpatial (pCtx, pMvDirect, iRef, directSubMbType); in ParseInterBMotionInfoCabac() 927 int32_t ret = PredBDirectTemporal (pCtx, pMvDirect, iRef, directSubMbType); in ParseInterBMotionInfoCabac() 934 pCurDqLayer->pSubMbType[iMbXy][i] = directSubMbType; in ParseInterBMotionInfoCabac() 947 …FillSpatialDirect8x8Mv (pCurDqLayer, iIdx8, pSubPartCount[i], pPartW[i], directSubMbType, bIsLongR… in ParseInterBMotionInfoCabac() 967 …FillTemporalDirect8x8Mv (pCurDqLayer, iIdx8, pSubPartCount[i], pPartW[i], directSubMbType, iRef, m… in ParseInterBMotionInfoCabac()
|