Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c996 int above_col = 0; local
1001 above_col = xd->above_mbmi->mv[0].as_mv.col;
1010 al_mv_average_col = (above_col + left_col + 1) >> 1;
1013 al_mv_average_col = above_col;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1304 int above_col = 0; in vp9_NEWMV_diff_bias() local
1309 above_col = xd->above_mi->mv[0].as_mv.col; in vp9_NEWMV_diff_bias()
1318 al_mv_average_col = (above_col + left_col + 1) >> 1; in vp9_NEWMV_diff_bias()
1321 al_mv_average_col = above_col; in vp9_NEWMV_diff_bias()