Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2.h240 constexpr static T HALF_RANGE = T(~0) ^ (T(~0) >> 1); variable
359 return T(other.mValue - mValue) < HALF_RANGE;
364 return T(mValue - other.mValue) < HALF_RANGE;