HomeSort by relevance Sort by last modified time
    Searched defs:ERROR_THRESHOLD (Results 1 - 3 of 3) sorted by null

  /external/webp/src/utils/
quant_levels_utils.c 22 #define ERROR_THRESHOLD 1e-4 // MSE stopping criterion.
36 const double err_threshold = ERROR_THRESHOLD * data_size;
  /external/devlib/src/readenergy/
readenergy.c 87 #define ERROR_THRESHOLD 10
310 if (++error_count > ERROR_THRESHOLD)
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 

Completed in 2548 milliseconds