Home
last modified time | relevance | path

Searched refs:iLeftTopType (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dmb_cache.h70 int32_t iLeftTopType; member
/third_party/openh264/test/decoder/
DDecUT_PredMv.cpp268 int32_t iLeftTopType, iRightTopType, iTopType, iLeftType; in AnchorPredPSkipMvFromNeighbor() local
319 iLeftTopType = ((iCurX != 0 && iCurY != 0 && bLeftTopAvail) in AnchorPredPSkipMvFromNeighbor()
375 if (bLeftTopAvail && IS_INTER (iLeftTopType)) { in AnchorPredPSkipMvFromNeighbor()
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp162 int32_t iLeftTopType, iRightTopType, iTopType, iLeftType; in PredPSkipMvFromNeighbor() local
213 iLeftTopType = ((iCurX != 0 && iCurY != 0 && bLeftTopAvail) in PredPSkipMvFromNeighbor()
271 if (bLeftTopAvail && IS_INTER (iLeftTopType)) { in PredPSkipMvFromNeighbor()
407 int32_t iLeftTopType, iRightTopType, iTopType, iLeftType; in PredMvBDirectSpatial() local
459 iLeftTopType = ((iCurX != 0 && iCurY != 0 && bLeftTopAvail) in PredMvBDirectSpatial()
512 if (bLeftTopAvail && IS_INTER (iLeftTopType)) { in PredMvBDirectSpatial()
Dparse_mb_syn_cavlc.cpp104 …pNeighAvail->iLeftTopType = (pNeighAvail->iLeftTopAvail ? pCurDqLayer->pDec->pMbType[iLeftTopXy]… in GetNeighborAvailMbType()
318 if (pNeighAvail->iLeftTopAvail && IS_INTER (pNeighAvail->iLeftTopType)) { in WelsFillCacheInterCabac()
415 if (pNeighAvail->iLeftTopAvail && IS_INTER (pNeighAvail->iLeftTopType)) { in WelsFillDirectCacheCabac()
489 if (pNeighAvail->iLeftTopAvail && IS_INTER (pNeighAvail->iLeftTopType)) { in WelsFillCacheInter()
Ddecode_slice.cpp410 if (pNeighAvail->iLeftTopAvail && IS_INTRA (pNeighAvail->iLeftTopType)) { //top_left in WelsMapNxNNeighToSampleConstrain1()
439 if (pNeighAvail->iLeftTopAvail && IS_INTRA (pNeighAvail->iLeftTopType)) { in WelsMap16x16NeighToSampleConstrain1()