Searched refs:search_mf (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | non_greedy_mv_test.cc | 132 MV *search_mf = NULL; in TEST() local 141 read_in_mf(search_mf_file, &rows, &cols, &search_mf); in TEST() 150 vp9_get_smooth_motion_field(search_mf, local_var, rows, cols, bsize, alpha, in TEST() 159 free(search_mf); in TEST() 176 MV *search_mf; in TEST() local 183 read_in_mf(search_mf_file, &rows, &cols, &search_mf); in TEST() 188 vp9_get_local_structure(&cur_frame, &ref_frame, search_mf, &fn, rows, cols, in TEST()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_non_greedy_mv.c | 413 void vp9_get_smooth_motion_field(const MV *search_mf, in vp9_get_smooth_motion_field() argument 427 input[idx].row = (float)search_mf[idx].row / bh; in vp9_get_smooth_motion_field() 428 input[idx].col = (float)search_mf[idx].col / bw; in vp9_get_smooth_motion_field() 436 const MV search_mv = search_mf[row * cols + col]; in vp9_get_smooth_motion_field() 459 const MV *search_mf, in vp9_get_local_structure() argument 474 int ref_h = row * bh + search_mf[row * cols + col].row; in vp9_get_local_structure() 475 int ref_w = col * bw + search_mf[row * cols + col].col; in vp9_get_local_structure()
|
D | vp9_non_greedy_mv.h | 98 void vp9_get_smooth_motion_field(const MV *search_mf, 105 const MV *search_mf,
|