Searched refs:pred_width (Results 1 – 2 of 2) sorted by relevance
402 int pred_width = AOMMIN(this_width / 2, 32); in av1_build_prediction_by_left_preds() local403 xd->mb_to_right_edge += (this_width - pred_width) * 8; in av1_build_prediction_by_left_preds()415 xd->mb_to_right_edge -= (this_width - pred_width) * 8; in av1_build_prediction_by_left_preds()
990 int pred_width = AOMMIN(this_width / 2, 32); in dec_build_prediction_by_left_preds() local991 xd->mb_to_right_edge += (this_width - pred_width) * 8; in dec_build_prediction_by_left_preds()1003 xd->mb_to_right_edge -= (this_width - pred_width) * 8; in dec_build_prediction_by_left_preds()