Searched refs:half_half2 (Results 1 – 1 of 1) sorted by relevance
125 Vec4 const half_half2( 0.5f, 0.5f, 0.5f, 0.25f ); in Compress3() local158 Vec4 alphax_sum = MultiplyAdd( part1, half_half2, part0 ); in Compress3()161 Vec4 betax_sum = MultiplyAdd( part1, half_half2, part2 ); in Compress3()164 Vec4 alphabeta_sum = ( part1*half_half2 ).SplatW(); in Compress3()