Home
last modified time | relevance | path

Searched refs:ref_full (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mbgraph.c41 MV ref_full; in do_16x16_motion_iteration() local
50 ref_full.col = ref_mv->col >> 3; in do_16x16_motion_iteration()
51 ref_full.row = ref_mv->row >> 3; in do_16x16_motion_iteration()
54 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &ref_full, step_param, in do_16x16_motion_iteration()