Home
last modified time | relevance | path

Searched refs:max_block_source_sad (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dratectrl.h265 uint64_t max_block_source_sad; member
H A Dratectrl.c3213 rc->max_block_source_sad = 0; in rc_scene_detection_onepass_rt()
3294 if (tmp_sad > rc->max_block_source_sad) in rc_scene_detection_onepass_rt()
3295 rc->max_block_source_sad = tmp_sad; in rc_scene_detection_onepass_rt()
3390 lrc->max_block_source_sad = rc->max_block_source_sad; in rc_scene_detection_onepass_rt()
H A Dspeed_features.c1622 } else if (cpi->rc.max_block_source_sad > 20000 && in set_rt_speed_feature_framesize_dependent()