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

  /external/chromium_org/media/base/
vector_math.cc 101 const float weight_prev = 1.0f - smoothing_factor; local
103 result.first *= weight_prev;
157 const float weight_prev = 1.0f - smoothing_factor; local
158 const float32x4_t weight_prev_x4 = vdupq_n_f32(weight_prev);
194 result.first *= weight_prev;
  /external/chromium_org/media/base/simd/
vector_math_sse.cc 66 const float weight_prev = 1.0f - smoothing_factor; local
67 const __m128 weight_prev_x4 = _mm_set_ps1(weight_prev);
107 result.first *= weight_prev;

Completed in 366 milliseconds