Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_speed_features.c232 sf->less_rectangular_check = 1; in set_good_speed_feature_framesize_independent()
296 sf->less_rectangular_check = 1; in set_good_speed_feature_framesize_independent()
491 sf->less_rectangular_check = 1; in set_rt_speed_feature_framesize_independent()
957 sf->less_rectangular_check = 0; in vp9_set_speed_features_framesize_independent()
H A Dvp9_speed_features.h372 int less_rectangular_check; member
H A Dvp9_encodeframe.c4300 if (cpi->sf.less_rectangular_check && in rd_pick_partition()
4385 if (cpi->sf.less_rectangular_check && in rd_pick_partition()
5069 if (sf->less_rectangular_check) do_rect &= !partition_none_allowed; in nonrd_pick_partition()