Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2496 int diff_col; in single_motion_search() local
2505 diff_col = ((int)pred_mv[i].col - in single_motion_search()
2508 if (diff_row == 0 && diff_col == 0) continue; in single_motion_search()
2510 if (diff_col < 0) diff_col = -diff_col; in single_motion_search()
2511 step = get_msb((diff_row + diff_col + 1) >> 1); in single_motion_search()