Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c840 static const MV next_chkpts[6][3] = variable
960 this_mv.as_mv.row = br + next_chkpts[k][i].row; in vp8_hex_search()
961 this_mv.as_mv.col = bc + next_chkpts[k][i].col; in vp8_hex_search()
970 this_mv.as_mv.row = br + next_chkpts[k][i].row; in vp8_hex_search()
971 this_mv.as_mv.col = bc + next_chkpts[k][i].col; in vp8_hex_search()
983 br += next_chkpts[k][best_site].row; in vp8_hex_search()
984 bc += next_chkpts[k][best_site].col; in vp8_hex_search()