Home
last modified time | relevance | path

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

/external/chromium_org/media/base/simd/
Dvector_math_sse.cc68 const __m128 weight_prev_squared_x4 = in EWMAAndMaxPower_SSE() local
71 _mm_mul_ps(weight_prev_squared_x4, weight_prev_squared_x4); in EWMAAndMaxPower_SSE()
/external/chromium_org/media/base/
Dvector_math.cc159 const float32x4_t weight_prev_squared_x4 = in EWMAAndMaxPower_NEON() local
162 vmulq_f32(weight_prev_squared_x4, weight_prev_squared_x4); in EWMAAndMaxPower_NEON()