Searched refs:maxrgb (Results 1 – 1 of 1) sorted by relevance
104 float maxrgb; in float3_to_rgb9e5() local114 maxrgb = MAX3(rc, gc, bc); in float3_to_rgb9e5()115 exp_shared = MAX2(-RGB9E5_EXP_BIAS-1, rgb9e5_FloorLog2(maxrgb)) + 1 + RGB9E5_EXP_BIAS; in float3_to_rgb9e5()121 maxm = (int) floor(maxrgb / denom + 0.5); in float3_to_rgb9e5()