Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dmvref_common.c969 const int mvs_cols = (cm->mi_cols + 1) >> 1; in motion_field_projection() local
972 for (int blk_col = 0; blk_col < mvs_cols; ++blk_col) { in motion_field_projection()
973 MV_REF *mv_ref = &mv_ref_base[blk_row * mvs_cols + blk_col]; in motion_field_projection()