Home
last modified time | relevance | path

Searched defs:sub_mi_col (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c241 const int sub_mi_col = mi_col + (r_idx & 1) * w_mi / 2; in simple_motion_search_prune_part_features() local
253 const int sub_mi_col = mi_col + 0; in simple_motion_search_prune_part_features() local
266 const int sub_mi_col = mi_col + r_idx * w_mi / 2; in simple_motion_search_prune_part_features() local
486 const int sub_mi_col = mi_col + (r_idx & 1) * w_mi / 2; in firstpass_simple_motion_search_features() local