Searched refs:search_mv (Results 1 – 1 of 1) sorted by relevance
436 const MV search_mv = search_mf[row * cols + col]; in vp9_get_smooth_motion_field() local437 FloatMV scaled_search_mv = { (float)search_mv.row / bh, in vp9_get_smooth_motion_field()438 (float)search_mv.col / bw }; in vp9_get_smooth_motion_field()