Corrected highbitdepth temporal filter
Change-Id: Ic9aa3672ce0fe257133938b8e3a93f28d3cbb877
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user