Merge "fix a bug where flags are not reset"

This commit is contained in:
Yaowu Xu 2013-07-25 12:18:51 -07:00 коммит произвёл Gerrit Code Review
Родитель 08202e0ae0 3e386aefc2
Коммит 51a8458822
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1213,6 +1213,10 @@ static void rd_use_partition(VP9_COMP *cpi, MODE_INFO *m, TOKENEXTRA **tp,
}
save_context(cpi, mi_row, mi_col, a, l, sa, sl, bsize);
x->fast_ms = 0;
x->pred_mv.as_int = 0;
x->subblock_ref = 0;
if (cpi->sf.adjust_partitioning_from_last_frame) {
// Check if any of the sub blocks are further split.
if (partition == PARTITION_SPLIT && subsize > BLOCK_SIZE_SB8X8) {