Home
last modified time | relevance | path

Searched refs:col_steps (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dpartition_strategy.c2320 const int col_steps = (mi_width / col_step) + ((mi_width % col_step) > 0); in av1_collect_motion_search_features_sb() local
2322 const int num_blocks = col_steps * row_steps; in av1_collect_motion_search_features_sb()
H A Dpartition_search.c118 const int col_steps = (mi_width / step) + ((mi_width % step) > 0); in collect_tpl_stats_sb() local
120 const int num_blocks = col_steps * row_steps; in collect_tpl_stats_sb()