Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h185 int sb_mvcol_part; member
Dvp9_encodeframe.c1486 x->sb_mvcol_part = mi->mv[0].as_mv.col; in choose_partitioning()
1497 if (((abs(x->sb_mvrow_part) >= 48 && abs(x->sb_mvcol_part) <= 8) || in choose_partitioning()
1498 (abs(x->sb_mvcol_part) >= 48 && abs(x->sb_mvrow_part) <= 8)) && in choose_partitioning()
5387 x->sb_mvcol_part = mi->mv[0].as_mv.col; in get_estimated_pred()
5477 x->sb_mvcol_part = 0; in encode_nonrd_sb_row()
Dvp9_pickmode.c209 tmp_mv->as_mv.col = x->sb_mvcol_part >> 3; in combined_motion_search()