Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2597 int diff_row; in single_motion_search() local
2604 diff_row = ((int)pred_mv[i].row - in single_motion_search()
2610 if (diff_row == 0 && diff_col == 0) continue; in single_motion_search()
2611 if (diff_row < 0) diff_row = -diff_row; in single_motion_search()
2613 step = get_msb((diff_row + diff_col + 1) >> 1); in single_motion_search()