Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dspeed_features.c202 sf->simple_motion_search_prune_rect = 1; in set_good_speed_features_framesize_independent()
484 sf->simple_motion_search_prune_rect = 1; in set_rt_speed_features_framesize_independent()
759 sf->simple_motion_search_prune_rect = 0; in av1_set_speed_features_framesize_independent()
Dspeed_features.h648 int simple_motion_search_prune_rect; member
Dpartition_strategy.c381 if (cpi->sf.simple_motion_search_prune_rect && !frame_is_intra_only(cm) && in av1_simple_motion_search_prune_part()
Dencodeframe.c3308 cpi->sf.simple_motion_search_prune_rect && !frame_is_intra_only(cm) && in rd_pick_partition()
4754 if ((sf->simple_motion_search_prune_rect || in encode_sb_row()