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
941 this_mv.as_mv.row = br + next_chkpts[k][i].row; in vp8_hex_search()
942 this_mv.as_mv.col = bc + next_chkpts[k][i].col; in vp8_hex_search()
950 this_mv.as_mv.row = br + next_chkpts[k][i].row; in vp8_hex_search()
951 this_mv.as_mv.col = bc + next_chkpts[k][i].col; in vp8_hex_search()
963 br += next_chkpts[k][best_site].row; in vp8_hex_search()
964 bc += next_chkpts[k][best_site].col; in vp8_hex_search()