HomeSort by relevance Sort by last modified time
    Searched full:average (Results 226 - 250 of 2435) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libavc/encoder/
ih264e_modify_frm_rate.h 164 * @brief returns average frame rate in 1 sec duration
174 * @returns average frame rate
  /external/libevent/
ratelim-internal.h 49 /** How many bytes are we willing to read on average per tick? */
53 /** How many bytes are we willing to write on average per tick? */
  /external/libevent/test/
test-ratelim.c 402 printf("Average read bucket level: %f\n",
404 printf("Average write bucket level: %f\n",
410 printf("Average max-to-read: %f\n",
412 printf("Average max-to-write: %f\n",
416 printf("Average group read bucket level: %f\n",
418 printf("Average group write bucket level: %f\n",
446 printf(" average: %f per second\n",
530 "displays average throughput.\n\n"
  /external/libvpx/libvpx/vp8/common/
vp8_skin_detection.c 39 // Take the average of center 2x2 pixels.
49 // Take the average of center 2x2 pixels.
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
rpc_clnt_broadcast_scalability.c 42 double average(double *tbl) function
44 //Return average of values in tbl
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
rpc_callrpc_scalability.c 40 double average(double *tbl) function
42 //Return average of values in tbl
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
rpc_clnt_call_scalability.c 40 double average(double *tbl) function
42 //Return average of values in tbl
  /external/ltp/utils/benchmark/kernbench-0.42/
README 15 for the average of each group of runs and logs them to kernbench.log
65 v0.20 Change to average of runs, add options to choose which runs to perform
  /external/lz4/tests/
README.md 33 - The speed benchmark is not performed until computers' load average is lower than `maxLoadAvg` (an optional parameter, default 0.75)
59 maximum load average to start testing
  /external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
SLF4JBridgeHandlerPerfTest.java 105 System.out.println("Average cost per call (JUL->SLF4J->log4j): " + julAvg + " nanos");
109 System.out.println("Average cost per call (SLF4J->log4j): " + slf4jAvg + " nanos");
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.h 87 // The average bytes per DIE entry has been seen to be
90 // average bytes per DIE" to see #if'ed out code that does
  /external/tensorflow/tensorflow/contrib/boosted_trees/proto/
learner.proto 57 // ensemble will be an average of ensembles of tree 1, and ensemble of tree 1
141 // If you want to average the ensembles (for regularization), provide the
  /external/tensorflow/tensorflow/contrib/opt/python/training/
lazy_adam_optimizer.py 38 The original Adam algorithm maintains two moving-average accumulators for
41 It only updates moving-average accumulators for sparse variable indices that
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
time_log.h 28 // Blend constant for running average.
46 // Storage for keeping track of average values (each entry may not be printed
  /external/tensorflow/tensorflow/python/kernel_tests/
clip_ops_test.py 284 # Norm clipping when average clip_norm < 0.83333333
287 # Average norm of x = sqrt(3^2 + 4^2) / 6 = 0.83333333
296 # Norm clipping when average clip_norm < 0.83333333
299 # Average norm of x = sqrt(3^2 + 4^2) / 6 = 0.83333333
308 # No norm clipping when average clip_norm >= 0.83333333
311 # Average norm of x = sqrt(3^2 + 4^2) / 6 = 0.83333333
320 # No norm clipping when average clip_norm = 0
323 # Average norm = 0, no changes
  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.cc 314 metrics->residual_echo_return_loss.average = my_metrics.rerl.average;
319 metrics->echo_return_loss.average = my_metrics.erl.average;
324 metrics->echo_return_loss_enhancement.average = my_metrics.erle.average;
329 metrics->a_nlp.average = my_metrics.aNlp.average;
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
average_residual_loss_xor_codes.h 22 // For the random mask type: reference level for the maximum average residual
106 // For the bursty mask type: reference level for the maximum average residual
  /external/webrtc/webrtc/video/
overuse_frame_detector.h 64 int encode_usage_percent; // Average encode time divided by the average time
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 180 * Average power consumption when camera flashlight is on.
190 * Average power consumption when the camera is on over all standard use cases.
422 * Returns the average current in mA consumed by the subsystem, or the given
427 * @return the average current in milliAmps.
440 * Returns the average current in mA consumed by the subsystem
443 * @return the average current in milliAmps.
450 * Returns the average current in mA consumed by the subsystem for the given level.
456 * @return the average current in milliAmps.
  /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
SettingsProviderPerformanceTest.java 77 Log.i(LOG_TAG, "Average time to set and get setting via provider APIs: "
121 Log.i(LOG_TAG, "Average time to set and get setting via front-eng APIs: "
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
HistoryEvaluator.java 50 * Calculates the weighted average of strokes and adds to it the weighted average of gestures
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 322 String average = attributes.getValue("", "average");
323 video.rating = average == null
324 ? 0.0f : Float.parseFloat(average);
442 String average = attributes.getValue("", "average"); local
443 video.rating = average == null
444 ? 0.0f : Float.parseFloat(average);
  /hardware/interfaces/tests/msgq/1.0/default/
BenchmarkMsgQ.h 69 * be used to calculate the average server to client write to read delay.
76 * into the outbox queue. The client will calculate the average time taken
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
HistoryEvaluator.java 48 /** Calculates the weighted average of strokes and adds to it the weighted average of gestures */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
acct.h 51 comp_t ac_mem; /* Average memory usage. */
77 comp_t ac_mem; /* Average Memory Usage */

Completed in 244 milliseconds

1 2 3 4 5 6 7 8 91011>>