Home
last modified time | relevance | path

Searched refs:iLeftType (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dmb_cache.h68 int32_t iLeftType; member
/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cabac.cpp233 …iCtxInc += (pNeighAvail->iLeftAvail && !IS_SKIP (pNeighAvail->iLeftType)) + (pNeighAvail->iTopAvail in ParseSkipFlagCabac()
250 iIdxA = (pNeighAvail->iLeftAvail) && (pNeighAvail->iLeftType != MB_TYPE_INTRA4x4 in ParseMBTypeISliceCabac()
251 && pNeighAvail->iLeftType != MB_TYPE_INTRA8x8); in ParseMBTypeISliceCabac()
348 iIdxA = (pNeighAvail->iLeftAvail) && !IS_DIRECT (pNeighAvail->iLeftType); in ParseMBTypeBSliceCabac()
1096 iIdxA = (pNeighAvail->iLeftAvail && pNeighAvail->iLeftType != MB_TYPE_INTRA_PCM in ParseRefIdxCabac()
1121 iIdxA = (pNeighAvail->iLeftAvail && pNeighAvail->iLeftType != MB_TYPE_INTRA_PCM in ParseRefIdxCabac()
1198 pALeftMb[0] = pNeighAvail->iLeftAvail && pNeighAvail->iLeftType != MB_TYPE_INTRA_PCM in ParseCbpInfoCabac()
1200 pALeftMb[1] = pNeighAvail->iLeftAvail && pNeighAvail->iLeftType != MB_TYPE_INTRA_PCM in ParseCbpInfoCabac()
1237 …iIdxA = pNeighAvail->iLeftAvail && (pNeighAvail->iLeftType == MB_TYPE_INTRA_PCM || (pNeighAvail->i… in ParseCbpInfoCabac()
1247 …iIdxA = pNeighAvail->iLeftAvail && (pNeighAvail->iLeftType == MB_TYPE_INTRA_PCM || (pNeighAvail->i… in ParseCbpInfoCabac()
Dparse_mb_syn_cavlc.cpp102 …pNeighAvail->iLeftType = (pNeighAvail->iLeftAvail ? pCurDqLayer->pDec->pMbType[iLeftXy] … in GetNeighborAvailMbType()
183 if (pNeighAvail->iLeftAvail && IS_INTRANxN (pNeighAvail->iLeftType)) { //left in WelsFillCacheConstrain1IntraNxN()
190 if (IS_INTRA16x16 (pNeighAvail->iLeftType) || (MB_TYPE_INTRA_PCM == pNeighAvail->iLeftType)) in WelsFillCacheConstrain1IntraNxN()
229 if (pNeighAvail->iLeftAvail && IS_INTRANxN (pNeighAvail->iLeftType)) { //left in WelsFillCacheConstrain0IntraNxN()
279 if (pNeighAvail->iLeftAvail && IS_INTER (pNeighAvail->iLeftType)) { in WelsFillCacheInterCabac()
409 if (pNeighAvail->iLeftAvail && IS_INTER (pNeighAvail->iLeftType)) { in WelsFillDirectCacheCabac()
462 if (pNeighAvail->iLeftAvail && IS_INTER (pNeighAvail->iLeftType)) { in WelsFillCacheInter()
Dmv_pred.cpp162 int32_t iLeftTopType, iRightTopType, iTopType, iLeftType; in PredPSkipMvFromNeighbor() local
211 iLeftType = ((iCurX != 0 && bLeftAvail) ? GetMbType (pCurDqLayer)[iLeftXy] : 0); in PredPSkipMvFromNeighbor()
220 if (bLeftAvail && IS_INTER (iLeftType)) { in PredPSkipMvFromNeighbor()
407 int32_t iLeftTopType, iRightTopType, iTopType, iLeftType; in PredMvBDirectSpatial() local
457 iLeftType = ((iCurX != 0 && bLeftAvail) ? GetMbType (pCurDqLayer)[iLeftXy] : 0); in PredMvBDirectSpatial()
468 if (bLeftAvail && IS_INTER (iLeftType)) { in PredMvBDirectSpatial()
Ddecode_slice.cpp404 if (pNeighAvail->iLeftAvail && IS_INTRA (pNeighAvail->iLeftType)) { //left in WelsMapNxNNeighToSampleConstrain1()
436 if (pNeighAvail->iLeftAvail && IS_INTRA (pNeighAvail->iLeftType)) { in WelsMap16x16NeighToSampleConstrain1()
/third_party/openh264/test/decoder/
DDecUT_PredMv.cpp268 int32_t iLeftTopType, iRightTopType, iTopType, iLeftType; in AnchorPredPSkipMvFromNeighbor() local
317 iLeftType = ((iCurX != 0 && bLeftAvail) ? pCurLayer->pMbType[iLeftXy] : 0); in AnchorPredPSkipMvFromNeighbor()
326 if (bLeftAvail && IS_INTER (iLeftType)) { in AnchorPredPSkipMvFromNeighbor()