Home
last modified time | relevance | path

Searched refs:pred_width (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c402 int pred_width = AOMMIN(this_width / 2, 32); in av1_build_prediction_by_left_preds() local
403 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()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c990 int pred_width = AOMMIN(this_width / 2, 32); in dec_build_prediction_by_left_preds() local
991 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()