Searched refs:bottom_mv (Results 1 – 1 of 1) sorted by relevance
332 … int16_t *bottom_mv = s->cur_pic.motion_val[0][mvy_stride * (b_y + 1) + mvx_stride * b_x]; in v_block_filter() local338 FFABS(top_mv[0] - bottom_mv[0]) + in v_block_filter()339 FFABS(top_mv[1] + bottom_mv[1]) < 2) in v_block_filter()