Searched refs:weight_prev_x4 (Results 1 – 2 of 2) sorted by relevance
67 const __m128 weight_prev_x4 = _mm_set_ps1(weight_prev); in EWMAAndMaxPower_SSE() local69 _mm_mul_ps(weight_prev_x4, weight_prev_x4); in EWMAAndMaxPower_SSE()91 ewma_x4 = _mm_mul_ps(ewma_x4, weight_prev_x4); in EWMAAndMaxPower_SSE()93 ewma_x4 = _mm_mul_ps(ewma_x4, weight_prev_x4); in EWMAAndMaxPower_SSE()95 ewma_x4 = _mm_mul_ss(ewma_x4, weight_prev_x4); in EWMAAndMaxPower_SSE()
158 const float32x4_t weight_prev_x4 = vdupq_n_f32(weight_prev); in EWMAAndMaxPower_NEON() local160 vmulq_f32(weight_prev_x4, weight_prev_x4); in EWMAAndMaxPower_NEON()179 ewma_x4 = vmulq_f32(ewma_x4, weight_prev_x4); in EWMAAndMaxPower_NEON()181 ewma_x4 = vmulq_f32(ewma_x4, weight_prev_x4); in EWMAAndMaxPower_NEON()183 ewma_x4 = vmulq_f32(ewma_x4, weight_prev_x4); in EWMAAndMaxPower_NEON()