Searched refs:num_frames_to_process (Results 1 – 4 of 4) sorted by relevance
22 PerformanceTimer::PerformanceTimer(int num_frames_to_process) in PerformanceTimer() argument24 timestamps_us_.reserve(num_frames_to_process); in PerformanceTimer()
24 explicit PerformanceTimer(int num_frames_to_process);
34 const int num_frames_to_process = end - start - 1; in set_multi_layer_params() local35 assert(num_frames_to_process >= 0); in set_multi_layer_params()36 if (num_frames_to_process == 0) return; in set_multi_layer_params()41 num_frames_to_process < 3) { in set_multi_layer_params()
82 const size_t num_frames_to_process = in RunBitexactnessTest() local85 for (size_t frame_no = 0; frame_no < num_frames_to_process; ++frame_no) { in RunBitexactnessTest()