Home
last modified time | relevance | path

Searched refs:max_pixel_count_to_cpu_speed (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/codecs/av1/
H A Dlibaom_av1_encoder.h22 std::map<int, int> max_pixel_count_to_cpu_speed; member
H A Dlibaom_av1_encoder.cc335 if (auto it = aux_config_->max_pixel_count_to_cpu_speed.lower_bound(width * in GetCpuSpeed()
337 it != aux_config_->max_pixel_count_to_cpu_speed.end()) { in GetCpuSpeed()