Searched refs:BORDER_MV_PIXELS_B16 (Results 1 – 3 of 3) sorted by relevance
249 x->mv_row_min = -BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()250 x->mv_row_max = (cm->mb_rows - 1) * 8 + BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()270 x->mv_col_min = -BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()271 x->mv_col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()
32 #define BORDER_MV_PIXELS_B16 (16 + VP9_INTERP_EXTEND) macro
576 x->mv_row_min = -((mb_row * 16) + BORDER_MV_PIXELS_B16); in vp9_first_pass()578 + BORDER_MV_PIXELS_B16; in vp9_first_pass()625 x->mv_col_min = -((mb_col * 16) + BORDER_MV_PIXELS_B16); in vp9_first_pass()626 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + BORDER_MV_PIXELS_B16; in vp9_first_pass()