HomeSort by relevance Sort by last modified time
    Searched refs:weight_prev_4th_x4 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/simd/
vector_math_sse.cc 70 const __m128 weight_prev_4th_x4 = local
79 ewma_x4 = _mm_mul_ps(ewma_x4, weight_prev_4th_x4);
  /external/chromium_org/media/base/
vector_math.cc 161 const float32x4_t weight_prev_4th_x4 = local
170 ewma_x4 = vmulq_f32(ewma_x4, weight_prev_4th_x4);

Completed in 262 milliseconds