From bf6299010e815e111d7326530c249e9d99611f34 Mon Sep 17 00:00:00 2001 From: "Venkatarama NG. Avadhani" Date: Wed, 5 Sep 2018 10:35:04 +0530 Subject: Revert "Revert "Loopfilter MultiThread Optimization"" This reverts commit 753fd86e86ac727dccac88376260b8f54502f2a3. This also has the fix for the DoS reported in bug 1558. BUG=webm:1558 Change-Id: I65ea84e0c11d6bd40d8cb0587dfe934b3ac11dce --- vp9/common/vp9_onyxc_int.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vp9/common/vp9_onyxc_int.h') diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h index 690fca796..c72b6e64f 100644 --- a/vp9/common/vp9_onyxc_int.h +++ b/vp9/common/vp9_onyxc_int.h @@ -258,6 +258,8 @@ typedef struct VP9Common { PARTITION_CONTEXT *above_seg_context; ENTROPY_CONTEXT *above_context; int above_context_alloc_cols; + + int lf_row; } VP9_COMMON; static INLINE YV12_BUFFER_CONFIG *get_buf_frame(VP9_COMMON *cm, int index) { -- cgit v1.2.3