Home
last modified time | relevance | path

Searched defs:rounded_value (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/src/utils/
Dcommon_test.cc281 const Output rounded_value = RightShiftWithRounding(values[i], bits[i]); in VerifyRightShiftWithRounding() local
328 int32_t rounded_value = RightShiftWithRoundingSigned(values[i], bits[i]); in VerifyRightShiftWithRoundingSigned() local
/external/webrtc/media/base/
Dvideo_adapter.cc49 const int rounded_value = in roundUp() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2436 int rounded_value = static_cast<int>(floor((pow(2, exponent) - 1) * value + 0.5)); in roundComponent() local