HomeSort by relevance Sort by last modified time
    Searched full:primary_count (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/modules/audio_processing/main/test/process_test/
process_test.cc 373 int primary_count = 0; local
398 << primary_count << " (primary)"; local
445 primary_count, reverse_count);
489 primary_count++;
500 if (progress && primary_count % 100 == 0) {
584 primary_count, reverse_count);
605 if (primary_count > 0) {
608 exec_time * 0.001, primary_count * 0.01);
611 (exec_time * 1.0) / primary_count,

Completed in 865 milliseconds