Searched refs:abs_val (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/common_time/
H A DLinearTransform.cpp135 uint64_t abs_val; local
145 abs_val = basis1 - val;
148 abs_val = val - basis1;
154 if (!scale_u64_to_u64(abs_val,

Completed in 457 milliseconds