Home
last modified time | relevance | path

Searched refs:num_frames_to_process (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dgop_structure.c181 const int num_frames_to_process = end - start; in set_multi_layer_params_for_fp() local
186 num_frames_to_process < 3) { in set_multi_layer_params_for_fp()
356 const int num_frames_to_process = end - start; in set_params_for_cur_layer_frames() local
360 if (num_frames_to_process >= 3) { in set_params_for_cur_layer_frames()
440 const int num_frames_to_process = end - start; in set_multi_layer_params() local
445 num_frames_to_process < 3) { in set_multi_layer_params()
/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Dperformance_timer.cc22 PerformanceTimer::PerformanceTimer(int num_frames_to_process) in PerformanceTimer() argument
24 timestamps_us_.reserve(num_frames_to_process); in PerformanceTimer()
H A Dperformance_timer.h24 explicit PerformanceTimer(int num_frames_to_process);
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Dhigh_pass_filter_unittest.cc82 const size_t num_frames_to_process = in RunBitexactnessTest() local
85 for (size_t frame_no = 0; frame_no < num_frames_to_process; ++frame_no) { in RunBitexactnessTest()