Commit 37ba4cfc authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Gerrit Code Review
Browse files

Merge "Extend edges correctly during actual frame encoding also." into experimental

Showing with 6 additions and 0 deletions
...@@ -980,6 +980,12 @@ static void encode_sb(VP8_COMP *cpi, ...@@ -980,6 +980,12 @@ static void encode_sb(VP8_COMP *cpi,
cpi->update_context = 0; cpi->update_context = 0;
#if CONFIG_SUPERBLOCKS
if (!xd->mode_info_context->mbmi.encoded_as_sb)
#endif
vp8_intra_prediction_down_copy(xd, mb_col == cm->mb_cols - 1 &&
(mb_row & 1) == 0);
if (cm->frame_type == KEY_FRAME) { if (cm->frame_type == KEY_FRAME) {
#if CONFIG_SUPERBLOCKS #if CONFIG_SUPERBLOCKS
if (xd->mode_info_context->mbmi.encoded_as_sb) if (xd->mode_info_context->mbmi.encoded_as_sb)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment