Searched refs:blue_r (Results 1 – 2 of 2) sorted by relevance
95 const float blue_r = bit_cast<float>(bit_cast<int>(blue_c) + half); in RGB9E5() local100 float max_s = std::max(std::max(red_r, green_r), std::max(blue_r, min_s)); in RGB9E5()
703 Float blue_r = As<Float>(As<Int>(blue_c) + half); in write() local708 Float max_s = Max(Max(red_r, green_r), Max(blue_r, min_s)); in write()