Searched refs:g_sharedexp_max (Results 1 – 1 of 1) sorted by relevance
70 constexpr float g_sharedexp_max = in RGB9E5() local75 const float red_c = std::max<float>(0, std::min(g_sharedexp_max, rgb[0])); in RGB9E5()76 const float green_c = std::max<float>(0, std::min(g_sharedexp_max, rgb[1])); in RGB9E5()77 const float blue_c = std::max<float>(0, std::min(g_sharedexp_max, rgb[2])); in RGB9E5()