Home
last modified time | relevance | path

Searched defs: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
123 const int8_t kiLeftRef = kpMvComp->iRefIndexCache[18]; in PredInter16x8Mv() local
134 const int8_t kiLeftRef = kpMvComp->iRefIndexCache[6]; //A in PredSkipMv() local
/third_party/openh264/test/decoder/
DDecUT_PredMv.cpp37 const int8_t kiLeftRef = iRefIndex[0][kuiLeftIdx]; in AnchorPredMv() local
79 const int8_t kiLeftRef = iRefIndex[0][6]; in AnchorPredInter8x16Mv() local
109 const int8_t kiLeftRef = iRefIndex[0][18]; in AnchorPredInter16x8Mv() local
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp713 const int8_t kiLeftRef = iRefIndex[listIdx][kuiLeftIdx]; in PredMv() local
756 const int8_t kiLeftRef = iRefIndex[listIdx][6]; in PredInter8x16Mv() local
785 const int8_t kiLeftRef = iRefIndex[listIdx][18]; in PredInter16x8Mv() local