Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.c122 const int spel_left = (VP9_INTERP_EXTEND + bw) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()
124 const int spel_top = (VP9_INTERP_EXTEND + bh) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()
356 x0 -= VP9_INTERP_EXTEND - 1; in dec_build_inter_predictors()
357 x1 += VP9_INTERP_EXTEND; in dec_build_inter_predictors()
362 y0 -= VP9_INTERP_EXTEND - 1; in dec_build_inter_predictors()
363 y1 += VP9_INTERP_EXTEND; in dec_build_inter_predictors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h23 #define VP9_INTERP_EXTEND 4 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_temporal_filter.c234 cpi->mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND)); in temporal_filter_iterate_c()
236 + (17 - 2 * VP9_INTERP_EXTEND); in temporal_filter_iterate_c()
247 cpi->mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND)); in temporal_filter_iterate_c()
249 + (17 - 2 * VP9_INTERP_EXTEND); in temporal_filter_iterate_c()
Dvp9_mcomp.h32 #define BORDER_MV_PIXELS_B16 (16 + VP9_INTERP_EXTEND)
Dvp9_encodeframe.c235 x->mv_row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
236 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
237 x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
238 x->mv_col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()