Searched refs:kiLeftRef (Results 1 – 3 of 3) sorted by relevance
94 const int8_t kiLeftRef = kpMvComp->iRefIndexCache[6]; in PredInter8x16Mv() local95 if (iRef == kiLeftRef) { in PredInter8x16Mv()123 const int8_t kiLeftRef = kpMvComp->iRefIndexCache[18]; in PredInter16x8Mv() local124 if (iRef == kiLeftRef) { in PredInter16x8Mv()134 const int8_t kiLeftRef = kpMvComp->iRefIndexCache[6]; //A in PredSkipMv() local137 if (REF_NOT_AVAIL == kiLeftRef || REF_NOT_AVAIL == kiTopRef || in PredSkipMv()138 (0 == kiLeftRef && 0 == * (int32_t*) (&kpMvComp->sMotionVectorCache[6])) || in PredSkipMv()
37 const int8_t kiLeftRef = iRefIndex[0][kuiLeftIdx]; in AnchorPredMv() local55 iMatchRef = (iRef == kiLeftRef) + (iRef == kiTopRef) + (iRef == iDiagonalRef); in AnchorPredMv()57 …if ((REF_NOT_AVAIL == kiTopRef) && (REF_NOT_AVAIL == iDiagonalRef) && (kiLeftRef >= REF_NOT_IN_LIS… in AnchorPredMv()63 if (iRef == kiLeftRef) { in AnchorPredMv()79 const int8_t kiLeftRef = iRefIndex[0][6]; in AnchorPredInter8x16Mv() local80 if (iRef == kiLeftRef) { in AnchorPredInter8x16Mv()109 const int8_t kiLeftRef = iRefIndex[0][18]; in AnchorPredInter16x8Mv() local110 if (iRef == kiLeftRef) { in AnchorPredInter16x8Mv()
713 const int8_t kiLeftRef = iRefIndex[listIdx][kuiLeftIdx]; in PredMv() local733 iMatchRef = (iRef == kiLeftRef) + (iRef == kiTopRef) + (iRef == iDiagonalRef); in PredMv()735 if (REF_NOT_AVAIL == kiTopRef && REF_NOT_AVAIL == iDiagonalRef && kiLeftRef >= REF_NOT_IN_LIST) { in PredMv()741 if (iRef == kiLeftRef) { in PredMv()756 const int8_t kiLeftRef = iRefIndex[listIdx][6]; in PredInter8x16Mv() local757 if (iRef == kiLeftRef) { in PredInter8x16Mv()785 const int8_t kiLeftRef = iRefIndex[listIdx][18]; in PredInter16x8Mv() local786 if (iRef == kiLeftRef) { in PredInter16x8Mv()