Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dspeed_features.c550 sf->rt_sf.var_part_split_threshold_shift = 7; in set_allintra_speed_features_framesize_independent()
557 sf->rt_sf.var_part_split_threshold_shift = 8; in set_allintra_speed_features_framesize_independent()
573 sf->rt_sf.var_part_split_threshold_shift = 9; in set_allintra_speed_features_framesize_independent()
1564 sf->rt_sf.var_part_split_threshold_shift = 10; in set_rt_speed_feature_framesize_dependent()
1831 sf->rt_sf.var_part_split_threshold_shift = 5; in set_rt_speed_features_framesize_independent()
1848 sf->rt_sf.var_part_split_threshold_shift = 7; in set_rt_speed_features_framesize_independent()
1930 sf->rt_sf.var_part_split_threshold_shift = 8; in set_rt_speed_features_framesize_independent()
1942 sf->rt_sf.var_part_split_threshold_shift = 9; in set_rt_speed_features_framesize_independent()
1955 sf->rt_sf.var_part_split_threshold_shift = 10; in set_rt_speed_features_framesize_independent()
2298 rt_sf->var_part_split_threshold_shift = 7; in init_rt_sf()
H A Dspeed_features.h1755 int var_part_split_threshold_shift; member
H A Dvar_based_part.c665 const int threshold_left_shift = cpi->sf.rt_sf.var_part_split_threshold_shift; in set_vbp_thresholds()