Searched refs:ref_mv_full (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | firstpass.c | 412 int_mv ref_mv_full; in first_pass_motion_search() local 429 ref_mv_full.as_mv.col = ref_mv->as_mv.col >> 3; in first_pass_motion_search() 430 ref_mv_full.as_mv.row = ref_mv->as_mv.row >> 3; in first_pass_motion_search() 431 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param, in first_pass_motion_search() 452 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
|
/external/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 433 MV ref_mv_full = { ref_mv->row >> 3, ref_mv->col >> 3 }; in first_pass_motion_search() local 459 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search() 481 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
|
D | vp9_encodeframe.c | 3422 MV ref_mv_full = { ref_mv.row >> 3, ref_mv.col >> 3 }; in simple_motion_search() local 3439 vp9_full_pixel_search(cpi, x, bsize, &ref_mv_full, step_param, search_method, in simple_motion_search()
|