Searched refs:ref_mv_full (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 447 int_mv ref_mv_full; in first_pass_motion_search() local 464 ref_mv_full.as_mv.col = ref_mv->as_mv.col>>3; in first_pass_motion_search() 465 ref_mv_full.as_mv.row = ref_mv->as_mv.row>>3; in first_pass_motion_search() 466 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param, in first_pass_motion_search() 491 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 | 397 MV ref_mv_full = {ref_mv->row >> 3, ref_mv->col >> 3}; in first_pass_motion_search() local 418 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search() 441 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
|