Searched refs:vec_one (Results 1 – 2 of 2) sorted by relevance
388 const float32x4_t vec_one = vdupq_n_f32(1.0f); in OverdriveAndSuppressNEON() local400 const float32x4_t vec_one_weightCurve = vsubq_f32(vec_one, vec_weightCurve); in OverdriveAndSuppressNEON()
375 const __m128 vec_one = _mm_set1_ps(1.0f); in OverdriveAndSuppressSSE2() local385 const __m128 vec_one_weightCurve = _mm_sub_ps(vec_one, vec_weightCurve); in OverdriveAndSuppressSSE2()