Searched refs:k12000_plus_one (Results 1 – 1 of 1) sorted by relevance
298 const __m128i k12000_plus_one = _mm_set1_epi32(12000 + (1 << 16)); in FTransformSSE2() local421 const __m128i d1 = _mm_add_epi32(c1, k12000_plus_one); in FTransformSSE2()