Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dspeed_features.c257 sf->simple_motion_search_split_only = 1; in set_good_speed_features_framesize_independent()
339 sf->simple_motion_search_split_only = in set_good_speed_features_framesize_independent()
758 sf->simple_motion_search_split_only = 0; in av1_set_speed_features_framesize_independent()
Dspeed_features.h652 int simple_motion_search_split_only; member
Dpartition_strategy.c123 if (cpi->sf.simple_motion_search_split_only >= 2) { in av1_simple_motion_search_based_split()
Dencodeframe.c3295 cpi->sf.simple_motion_search_split_only && bsize >= BLOCK_8X8 && in rd_pick_partition()