Merge "Bad cost tables used in ARNR filtering."

This commit is contained in:
Paul Wilkins 2010-11-15 09:55:35 -08:00 коммит произвёл Code Review
Родитель 73189f21b3 373f5c3144
Коммит f4709d2895
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -292,7 +292,7 @@ static int find_matching_mb
bestsme = cpi->find_fractional_mv_step(x, b, d,
&d->bmi.mv.as_mv, &best_ref_mv1,
x->errorperbit, &cpi->fn_ptr[BLOCK_16X16],
cpi->mb.mvcost);
mvcost);
}
#endif