Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dspeed_features.c532 sf->rt_sf.var_part_split_threshold_shift = 7; in set_allintra_speed_features_framesize_independent()
539 sf->rt_sf.var_part_split_threshold_shift = 8; in set_allintra_speed_features_framesize_independent()
555 sf->rt_sf.var_part_split_threshold_shift = 9; in set_allintra_speed_features_framesize_independent()
1461 sf->rt_sf.var_part_split_threshold_shift = 10; in set_rt_speed_feature_framesize_dependent()
1665 sf->rt_sf.var_part_split_threshold_shift = 5; in set_rt_speed_features_framesize_independent()
1680 sf->rt_sf.var_part_split_threshold_shift = 7; in set_rt_speed_features_framesize_independent()
1762 sf->rt_sf.var_part_split_threshold_shift = 8; in set_rt_speed_features_framesize_independent()
1774 sf->rt_sf.var_part_split_threshold_shift = 9; in set_rt_speed_features_framesize_independent()
1787 sf->rt_sf.var_part_split_threshold_shift = 10; in set_rt_speed_features_framesize_independent()
2105 rt_sf->var_part_split_threshold_shift = 7; in init_rt_sf()
Dspeed_features.h1554 int var_part_split_threshold_shift; member
Dvar_based_part.c463 const int threshold_left_shift = cpi->sf.rt_sf.var_part_split_threshold_shift; in set_vbp_thresholds()