Corrected highbitdepth temporal filter

Change-Id: Ic9aa3672ce0fe257133938b8e3a93f28d3cbb877
This commit is contained in:
Peter de Rivaz
2014-06-04 16:07:24 +01:00
parent 51790ab228
commit 822c27cd42

View File

@@ -374,7 +374,7 @@ static void temporal_filter_iterate_c(VP9_COMP *cpi,
#if CONFIG_VP9_HIGH #if CONFIG_VP9_HIGH
if (mbd->cur_buf->flags & YV12_FLAG_HIGH) { if (mbd->cur_buf->flags & YV12_FLAG_HIGH) {
int adj_strength = strength + mbd->bps - 8; int adj_strength = strength + 2 * (mbd->bps - 8);
// Apply the filter (YUV) // Apply the filter (YUV)
vp9_high_temporal_filter_apply(f->y_buffer + mb_y_offset, vp9_high_temporal_filter_apply(f->y_buffer + mb_y_offset,
f->y_stride, f->y_stride,