Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h20 #define LEFT_TOP_MARGIN ((VP9_ENC_BORDER_IN_PIXELS - VP9_INTERP_EXTEND) << 3)
22 VP9_INTERP_EXTEND) << 3)
Dvp9_reconinter.c113 const int spel_left = (VP9_INTERP_EXTEND + bw) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()
115 const int spel_top = (VP9_INTERP_EXTEND + bh) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h25 #define VP9_INTERP_EXTEND 4 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c328 cpi->td.mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND)); in temporal_filter_iterate_c()
330 + (17 - 2 * VP9_INTERP_EXTEND); in temporal_filter_iterate_c()
339 cpi->td.mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND)); in temporal_filter_iterate_c()
341 + (17 - 2 * VP9_INTERP_EXTEND); in temporal_filter_iterate_c()
Dvp9_mcomp.h32 #define BORDER_MV_PIXELS_B16 (16 + VP9_INTERP_EXTEND)
Dvp9_encodeframe.c205 x->mv_row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
206 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
207 x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
208 x->mv_col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c647 x0 -= VP9_INTERP_EXTEND - 1; in dec_build_inter_predictors()
648 x1 += VP9_INTERP_EXTEND; in dec_build_inter_predictors()
653 y0 -= VP9_INTERP_EXTEND - 1; in dec_build_inter_predictors()
654 y1 += VP9_INTERP_EXTEND; in dec_build_inter_predictors()