Searched refs:FloorLog2 (Results 1 – 4 of 4) sorted by relevance
465 /* Ok, FloorLog2 is not correct for the denorm and zero values, but we468 int FloorLog2(float x)499 exp_shared = Max(-RGB9E5_EXP_BIAS-1, FloorLog2(maxrgb)) + 1 + RGB9E5_EXP_BIAS;
112 static unsigned FloorLog2(unsigned x) in FloorLog2() function127 unsigned w = FloorLog2(n) + 1; in av1_ns()
7375 struct FloorLog2 struct7377 static const size_t value = 1 + FloorLog2<I / 2>::value; argument7379 template<> struct FloorLog2<0> { }; struct7380 template<> struct FloorLog2<1> { static const size_t value = 0; }; argument7386 static const size_t value = FloorLog2<2 * I - 1>::value;36250 class FloorLog2;36253 class FloorLog2<T, 4> class36263 class FloorLog2<T, 8> class36276 FloorLog2(const T aValue) in FloorLog2() function36278 return detail::FloorLog2<T>::compute(aValue); in FloorLog2()[all …]