Home
last modified time | relevance | path

Searched refs:FloatMV (Results 1 – 2 of 2) 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()
361 const FloatMV *tmp_mf, in get_smooth_motion_vector()
365 const FloatMV tmp_mv = tmp_mf[row * cols + col]; in get_smooth_motion_vector()
367 FloatMV avg_nb_mv = { 0.0f, 0.0f }; in get_smooth_motion_vector()
368 FloatMV mv = { 0.0f, 0.0f }; in get_smooth_motion_vector()
380 const FloatMV nb_mv = tmp_mf[nb_row * cols + nb_col]; in get_smooth_motion_vector()
419 FloatMV *input = (FloatMV *)malloc(rows * cols * sizeof(FloatMV)); in vp9_get_smooth_motion_field()
420 FloatMV *output = (FloatMV *)malloc(rows * cols * sizeof(FloatMV)); in vp9_get_smooth_motion_field()
431 FloatMV *tmp; in vp9_get_smooth_motion_field()
437 FloatMV scaled_search_mv = { (float)search_mv.row / bh, in vp9_get_smooth_motion_field()
Dvp9_non_greedy_mv.h49 } FloatMV; typedef