Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dspeed_features.h1649 int check_scene_detection; member
H A Dspeed_features.c1812 sf->rt_sf.check_scene_detection = 1; in set_rt_speed_features_framesize_independent()
1813 if (cpi->rc.rtc_external_ratectrl) sf->rt_sf.check_scene_detection = 0; in set_rt_speed_features_framesize_independent()
2277 rt_sf->check_scene_detection = 0; in init_rt_sf()
H A Dratectrl.c631 cpi->sf.rt_sf.check_scene_detection && rc->frame_source_sad == 0 && in adjust_q_cbr()
680 if (cpi->sf.rt_sf.check_scene_detection && rc->prev_avg_source_sad > 0 && in adjust_q_cbr()
3764 } else if (cpi->sf.rt_sf.check_scene_detection && in av1_get_one_pass_rt_params()
H A Dencodeframe.c1103 if (!cpi->sf.rt_sf.check_scene_detection || cpi->rc.frame_source_sad > 0) { in grade_source_content_sb()