Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c843 static const MV next_chkpts[6][3] = variable
967 this_mv.as_mv.row = br + next_chkpts[k][i].row; in vp8_hex_search()
968 this_mv.as_mv.col = bc + next_chkpts[k][i].col; in vp8_hex_search()
977 this_mv.as_mv.row = br + next_chkpts[k][i].row; in vp8_hex_search()
978 this_mv.as_mv.col = bc + next_chkpts[k][i].col; in vp8_hex_search()
990 br += next_chkpts[k][best_site].row; in vp8_hex_search()
991 bc += next_chkpts[k][best_site].col; in vp8_hex_search()