Searched refs:col_steps (Results 1 – 2 of 2) sorted by relevance
2320 const int col_steps = (mi_width / col_step) + ((mi_width % col_step) > 0); in av1_collect_motion_search_features_sb() local2322 const int num_blocks = col_steps * row_steps; in av1_collect_motion_search_features_sb()
118 const int col_steps = (mi_width / step) + ((mi_width % step) > 0); in collect_tpl_stats_sb() local120 const int num_blocks = col_steps * row_steps; in collect_tpl_stats_sb()