Searched refs:rel_mi_col (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 808 static INLINE void build_obmc_inter_pred_above(MACROBLOCKD *xd, int rel_mi_col, in build_obmc_inter_pred_above() argument 824 const int plane_col = (rel_mi_col * MI_SIZE) >> pd->subsampling_x; in build_obmc_inter_pred_above() 904 MACROBLOCKD *xd, int rel_mi_col, uint8_t above_mi_width, in av1_setup_build_prediction_by_above_pred() argument 908 const int above_mi_col = ctxt->mi_col + rel_mi_col; in av1_setup_build_prediction_by_above_pred() 915 ctxt->tmp_height[j], ctxt->tmp_stride[j], 0, rel_mi_col, in av1_setup_build_prediction_by_above_pred() 937 (xd->n4_w - rel_mi_col - above_mi_width) * MI_SIZE * 8; in av1_setup_build_prediction_by_above_pred()
|
D | reconinter.h | 302 MACROBLOCKD *xd, int rel_mi_col, uint8_t above_mi_width,
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 309 MACROBLOCKD *xd, int rel_mi_col, uint8_t above_mi_width, in build_prediction_by_above_pred() argument 312 const int above_mi_col = ctxt->mi_col + rel_mi_col; in build_prediction_by_above_pred() 316 av1_setup_build_prediction_by_above_pred(xd, rel_mi_col, above_mi_width, in build_prediction_by_above_pred()
|
D | rdopt.c | 9267 static INLINE void obmc_check_identical_mv(MACROBLOCKD *xd, int rel_mi_col, in obmc_check_identical_mv() argument 9272 (void)rel_mi_col; in obmc_check_identical_mv() 13829 MACROBLOCKD *xd, int rel_mi_col, uint8_t nb_mi_width, MB_MODE_INFO *nb_mi, in calc_target_weighted_pred_above() argument 13840 int32_t *wsrc = ctxt->x->wsrc_buf + (rel_mi_col * MI_SIZE); in calc_target_weighted_pred_above() 13841 int32_t *mask = ctxt->x->mask_buf + (rel_mi_col * MI_SIZE); in calc_target_weighted_pred_above() 13842 const uint8_t *tmp = ctxt->tmp + rel_mi_col * MI_SIZE; in calc_target_weighted_pred_above()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 901 MACROBLOCKD *xd, int rel_mi_col, uint8_t above_mi_width, in dec_build_prediction_by_above_pred() argument 904 const int above_mi_col = ctxt->mi_col + rel_mi_col; in dec_build_prediction_by_above_pred() 908 av1_setup_build_prediction_by_above_pred(xd, rel_mi_col, above_mi_width, in dec_build_prediction_by_above_pred()
|