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/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 3514 __m128i temp_mm, min_input, max_input; local
3629 __m128i min_input, max_input, temp1, temp2, sign_bits; local
3730 __m128i min_input, max_input, temp1, temp2, sign_bits; local
3834 __m128i min_input, max_input, temp1, temp2, sign_bits; local
3948 __m128i min_input, max_input, temp1, temp2, sign_bits; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c 349 const float32x4_t max_input = vdupq_n_f32(129.f); local
351 const float32x4_t x_min = vminq_f32(b_log2_a, max_input);
aec_core_sse2.c 330 static const ALIGN16_BEG float max_input[4] ALIGN16_END = {129.f, 129.f,
334 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128*)max_input));

Completed in 508 milliseconds