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