Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dls_defines.h122 #ifndef INTD32
123 #define INTD32 LD32 macro
/third_party/openh264/test/decoder/
DDecUT_PredMv.cpp46 * (int32_t*)iAMV = INTD32 (iMotionVector[0][kuiLeftIdx]); in AnchorPredMv()
47 * (int32_t*)iBMV = INTD32 (iMotionVector[0][kuiTopIdx]); in AnchorPredMv()
48 * (int32_t*)iCMV = INTD32 (iMotionVector[0][kuiRightTopIdx]); in AnchorPredMv()
52 * (int32_t*)iCMV = INTD32 (iMotionVector[0][kuiLeftTopIdx]); in AnchorPredMv()