Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dmacros.h97 #ifndef WELS_MIN_POSITIVE
98 #define WELS_MIN_POSITIVE(x, y) (x >= 0 && y >= 0) ? WELS_MIN(x, y) : WELS_MAX(x, y); macro
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp532 int8_t ref_temp = WELS_MIN_POSITIVE (iTopRef[listIdx], iDiagonalRef[listIdx]); in PredMvBDirectSpatial()
533 ref[listIdx] = WELS_MIN_POSITIVE (iLeftRef[listIdx], ref_temp); in PredMvBDirectSpatial()