Home
last modified time | relevance | path

Searched refs:kuiLeftTopIdx (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_PredMv.cpp36 const uint8_t kuiLeftTopIdx = kuiTopIdx - 1; in AnchorPredMv() local
40 const int8_t kiLeftTopRef = iRefIndex[0][kuiLeftTopIdx]; in AnchorPredMv()
52 * (int32_t*)iCMV = INTD32 (iMotionVector[0][kuiLeftTopIdx]); in AnchorPredMv()
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp711 const uint8_t kuiLeftTopIdx = kuiTopIdx - 1; in PredMv() local
716 const int8_t kiLeftTopRef = iRefIndex[listIdx][ kuiLeftTopIdx]; in PredMv()
730 ST32 (iCMV, LD32 (iMotionVector[listIdx][kuiLeftTopIdx])); in PredMv()