Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dcommon.h411 constexpr int ApplySign(int value, int sign) { return (value ^ sign) - sign; } in ApplySign() function
431 return value + ApplySign(delta / 64, dst_sign); in Project()