Searched refs:SMB_EDGE_MV (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | deblocking.cpp | 56 #define SMB_EDGE_MV(uiRefIndex, sMotionVector, uiBIdx, uiBnIdx) \ macro 62 ( (bsx1|SMB_EDGE_MV(uiRefIndex, sMotionVector, uiBIdx, uiBnIdx))<<(bsx1?1:0))
|
/third_party/openh264/codec/decoder/core/src/ |
D | deblocking.cpp | 90 #define SMB_EDGE_MV(pRefPics, iMotionVector, iIndex, iNeighIndex) \ macro 97 #define SMB_EDGE_MV(iRefIndex, iMotionVector, iIndex, iNeighIndex) \ 130 ( (bsx1|SMB_EDGE_MV(pRefPics, iMotionVector, iIndex, iNeighIndex))<<((uint8_t)(!!bsx1)))
|