Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c2120 static const MV search_pos[4] = { variable
2228 tmp_mv->row = search_pos[idx].row + this_mv.row; in vp9_int_pro_motion_estimation()
2229 tmp_mv->col = search_pos[idx].col + this_mv.col; in vp9_int_pro_motion_estimation()
/external/libaom/libaom/av1/encoder/
Dmcomp.c2165 static const MV search_pos[4] = { variable
2270 tmp_mv->row = search_pos[idx].row + this_mv.row; in av1_int_pro_motion_estimation()
2271 tmp_mv->col = search_pos[idx].col + this_mv.col; in av1_int_pro_motion_estimation()