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

  /external/libpng/contrib/tools/
makesRGB.c 40 static const unsigned int max_input = 255*65535; variable
45 return sRGB_from_linear(l/max_input);
306 for (i=0; i <= max_input; ++i)
385 min_error, max_error, error_count, (100.*error_count)/max_input);
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 302 static const ALIGN16_BEG float max_input[4] ALIGN16_END =
306 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128 *)max_input));
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_neon.c 335 const float32x4_t max_input = vdupq_n_f32(129.f); local
337 const float32x4_t x_min = vminq_f32(b_log2_a, max_input);
aec_core_sse2.c 318 static const ALIGN16_BEG float max_input[4] ALIGN16_END = {129.f, 129.f,
322 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128*)max_input));

Completed in 126 milliseconds