Home
last modified time | relevance | path

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

/external/chromium_org/media/base/simd/
Dvector_math_sse.cc67 const __m128 weight_prev_x4 = _mm_set_ps1(weight_prev); in EWMAAndMaxPower_SSE() local
69 _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()
/external/chromium_org/media/base/
Dvector_math.cc158 const float32x4_t weight_prev_x4 = vdupq_n_f32(weight_prev); in EWMAAndMaxPower_NEON() local
160 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()