Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.c360 static FloatMV get_smooth_motion_vector(const FloatMV scaled_search_mv, in get_smooth_motion_vector() argument
406 inv_MM00 * scaled_search_mv.row + inv_MM01 * scaled_search_mv.col; in get_smooth_motion_vector()
408 inv_MM10 * scaled_search_mv.row + inv_MM11 * scaled_search_mv.col; in get_smooth_motion_vector()
437 FloatMV scaled_search_mv = { (float)search_mv.row / bh, in vp9_get_smooth_motion_field() local
440 scaled_search_mv, input, M, rows, cols, row, col, alpha); in vp9_get_smooth_motion_field()