Searched refs:ref_mv_full (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 416 int_mv ref_mv_full; in first_pass_motion_search() local 433 ref_mv_full.as_mv.col = ref_mv->as_mv.col >> 3; in first_pass_motion_search() 434 ref_mv_full.as_mv.row = ref_mv->as_mv.row >> 3; in first_pass_motion_search() 435 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param, in first_pass_motion_search() 456 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 400 MV ref_mv_full = { ref_mv->row >> 3, ref_mv->col >> 3 }; in first_pass_motion_search() local 421 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search() 443 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
|