Searched defs:max_input (Results 1 - 2 of 2) sorted by relevance

/external/libpng/contrib/tools/
H A DmakesRGB.c40 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/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c335 const float32x4_t max_input = vdupq_n_f32(129.f); local
337 const float32x4_t x_min = vminq_f32(b_log2_a, max_input);

Completed in 90 milliseconds