Merge "Fix best ref frame rd cost update in sub8x8 non-RD mode search"

This commit is contained in:
Jingning Han 2015-01-07 14:06:55 -08:00 коммит произвёл Gerrit Code Review
Родитель 3e41563f33 802b798f67
Коммит b208439b5a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1165,7 +1165,7 @@ void vp9_pick_inter_mode_sub8x8(VP9_COMP *cpi, MACROBLOCK *x,
} // loop through sub8x8 blocks
if (this_rd < best_rd) {
this_rd = best_rd;
best_rd = this_rd;
best_ref_frame = ref_frame;
}
} // reference frames