Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1269 int above_col = 0; in vp9_NEWMV_diff_bias() local
1274 above_col = xd->above_mi->mv[0].as_mv.col; in vp9_NEWMV_diff_bias()
1283 al_mv_average_col = (above_col + left_col + 1) >> 1; in vp9_NEWMV_diff_bias()
1286 al_mv_average_col = above_col; in vp9_NEWMV_diff_bias()