Merge "Adds speed 8 to vp9 as reference"

This commit is contained in:
Deb Mukherjee
2014-02-28 14:17:24 -08:00
committed by Gerrit Code Review
5 changed files with 48 additions and 13 deletions

View File

@@ -2356,7 +2356,8 @@ static void nonrd_use_partition(VP9_COMP *cpi, const TileInfo *const tile,
set_offsets(cpi, tile, row, col, bs);
if (cm->frame_type != KEY_FRAME)
vp9_pick_inter_mode(cpi, x, tile, row, col, &brate, &bdist, bs);
vp9_pick_inter_mode(cpi, x, tile, row, col,
&brate, &bdist, bs);
else
set_mode_info(&xd->mi_8x8[0]->mbmi, bs, mode, row, col);