Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c665 const MV *search_step = search_step_table; in vp9_find_best_sub_pixel_tree() local
692 tr = br + search_step[idx].row; in vp9_find_best_sub_pixel_tree()
693 tc = bc + search_step[idx].col; in vp9_find_best_sub_pixel_tree()
748 br += search_step[best_idx].row; in vp9_find_best_sub_pixel_tree()
749 bc += search_step[best_idx].col; in vp9_find_best_sub_pixel_tree()
760 search_step += 4; in vp9_find_best_sub_pixel_tree()