Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mbgraph.c250 x->mv_row_min = -BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()
251 x->mv_row_max = (cm->mb_rows - 1) * 8 + BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()
269 x->mv_col_min = -BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()
270 x->mv_col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()
Dvp9_mcomp.h32 #define BORDER_MV_PIXELS_B16 (16 + VP9_INTERP_EXTEND) macro
Dvp9_firstpass.c645 x->mv_row_min = -((mb_row * 16) + BORDER_MV_PIXELS_B16); in vp9_first_pass()
647 + BORDER_MV_PIXELS_B16; in vp9_first_pass()
752 x->mv_col_min = -((mb_col * 16) + BORDER_MV_PIXELS_B16); in vp9_first_pass()
753 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + BORDER_MV_PIXELS_B16; in vp9_first_pass()