Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1784 static const MV search_pos[4] = { variable
1885 tmp_mv->row = search_pos[idx].row + this_mv.row; in vp9_int_pro_motion_estimation()
1886 tmp_mv->col = search_pos[idx].col + this_mv.col; in vp9_int_pro_motion_estimation()