Home
last modified time | relevance | path

Searched refs:kiLeftRef (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dmv_pred.cpp94 const int8_t kiLeftRef = kpMvComp->iRefIndexCache[6]; in PredInter8x16Mv() local
95 if (iRef == kiLeftRef) { in PredInter8x16Mv()
123 const int8_t kiLeftRef = kpMvComp->iRefIndexCache[18]; in PredInter16x8Mv() local
124 if (iRef == kiLeftRef) { in PredInter16x8Mv()
134 const int8_t kiLeftRef = kpMvComp->iRefIndexCache[6]; //A in PredSkipMv() local
137 if (REF_NOT_AVAIL == kiLeftRef || REF_NOT_AVAIL == kiTopRef || in PredSkipMv()
138 (0 == kiLeftRef && 0 == * (int32_t*) (&kpMvComp->sMotionVectorCache[6])) || in PredSkipMv()
/third_party/openh264/test/decoder/
DDecUT_PredMv.cpp37 const int8_t kiLeftRef = iRefIndex[0][kuiLeftIdx]; in AnchorPredMv() local
55 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() local
80 if (iRef == kiLeftRef) { in AnchorPredInter8x16Mv()
109 const int8_t kiLeftRef = iRefIndex[0][18]; in AnchorPredInter16x8Mv() local
110 if (iRef == kiLeftRef) { in AnchorPredInter16x8Mv()
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp713 const int8_t kiLeftRef = iRefIndex[listIdx][kuiLeftIdx]; in PredMv() local
733 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() local
757 if (iRef == kiLeftRef) { in PredInter8x16Mv()
785 const int8_t kiLeftRef = iRefIndex[listIdx][18]; in PredInter16x8Mv() local
786 if (iRef == kiLeftRef) { in PredInter16x8Mv()