Searched refs:pred_height (Results 1 – 2 of 2) sorted by relevance
347 int pred_height = AOMMIN(this_height / 2, 32); in av1_build_prediction_by_above_preds() local348 xd->mb_to_bottom_edge += (this_height - pred_height) * 8; in av1_build_prediction_by_above_preds()361 xd->mb_to_bottom_edge -= (this_height - pred_height) * 8; in av1_build_prediction_by_above_preds()
937 int pred_height = AOMMIN(this_height / 2, 32); in dec_build_prediction_by_above_preds() local938 xd->mb_to_bottom_edge += (this_height - pred_height) * 8; in dec_build_prediction_by_above_preds()951 xd->mb_to_bottom_edge -= (this_height - pred_height) * 8; in dec_build_prediction_by_above_preds()