Home
last modified time | relevance | path

Searched refs:VP9_INTERP_EXTEND (Results 1 – 8 of 8) 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_ENC_BORDER_IN_PIXELS - VP9_INTERP_EXTEND) << 3)
Dvp9_reconinter.c95 const int spel_left = (VP9_INTERP_EXTEND + bw) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()
97 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_mcomp.h31 #define BORDER_MV_PIXELS_B16 (16 + VP9_INTERP_EXTEND)
Dvp9_temporal_filter.c640 td->mb.mv_limits.row_min = -((mb_row * BH) + (17 - 2 * VP9_INTERP_EXTEND)); in vp9_temporal_filter_iterate_row_c()
642 ((mb_rows - 1 - mb_row) * BH) + (17 - 2 * VP9_INTERP_EXTEND); in vp9_temporal_filter_iterate_row_c()
652 td->mb.mv_limits.col_min = -((mb_col * BW) + (17 - 2 * VP9_INTERP_EXTEND)); in vp9_temporal_filter_iterate_row_c()
654 ((mb_cols - 1 - mb_col) * BW) + (17 - 2 * VP9_INTERP_EXTEND); in vp9_temporal_filter_iterate_row_c()
Dvp9_encoder.c5859 x->mv_limits.row_min = -((mi_row * MI_SIZE) + (17 - 2 * VP9_INTERP_EXTEND));
5861 (cm->mi_rows - 1 - mi_row) * MI_SIZE + (17 - 2 * VP9_INTERP_EXTEND);
5862 x->mv_limits.col_min = -((mi_col * MI_SIZE) + (17 - 2 * VP9_INTERP_EXTEND));
5864 ((cm->mi_cols - 1 - mi_col) * MI_SIZE) + (17 - 2 * VP9_INTERP_EXTEND);
Dvp9_encodeframe.c271 mv_limits->row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
272 mv_limits->col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
273 mv_limits->row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
274 mv_limits->col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c653 x0 -= VP9_INTERP_EXTEND - 1; in dec_build_inter_predictors()
654 x1 += VP9_INTERP_EXTEND; in dec_build_inter_predictors()
659 y0 -= VP9_INTERP_EXTEND - 1; in dec_build_inter_predictors()
660 y1 += VP9_INTERP_EXTEND; in dec_build_inter_predictors()