Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dalpha.cpp84 u8 hi = quant & 0xf0; in DecompressAlphaDxt3() local
88 rgba[8*i + 7] = hi | ( hi >> 4 ); in DecompressAlphaDxt3()
H A Dsimd_sse.h152 __m64 hi = _mm_cvttps_pi32( _mm_movehl_ps( input, input ) ); in Truncate() local
155 __m128 part = _mm_movelh_ps( input, _mm_cvtpi32_ps( input, hi ) ); in Truncate()