Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c831 static const MV next_chkpts[6][3] = { variable
943 this_mv.as_mv.row = br + next_chkpts[k][i].row; in vp8_hex_search()
944 this_mv.as_mv.col = bc + next_chkpts[k][i].col; in vp8_hex_search()
952 this_mv.as_mv.row = br + next_chkpts[k][i].row; in vp8_hex_search()
953 this_mv.as_mv.col = bc + next_chkpts[k][i].col; in vp8_hex_search()
965 br += next_chkpts[k][best_site].row; in vp8_hex_search()
966 bc += next_chkpts[k][best_site].col; in vp8_hex_search()