summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
diff options
context:
space:
mode:
authorVenkatarama NG. Avadhani <venkatarama.avadhani@ittiam.com>2018-09-05 10:35:04 +0530
committerVenkatarama NG. Avadhani <venkatarama.avadhani@ittiam.com>2018-09-12 12:04:55 +0530
commitbf6299010e815e111d7326530c249e9d99611f34 (patch)
tree8d0a0a47263639b59f6b4f8b15172be4afd1881b /vp9/common/vp9_onyxc_int.h
parentba1c053df90386696c846807f17375ba8622e6f1 (diff)
downloadlibvpx-bf6299010e815e111d7326530c249e9d99611f34.tar
libvpx-bf6299010e815e111d7326530c249e9d99611f34.tar.gz
libvpx-bf6299010e815e111d7326530c249e9d99611f34.tar.bz2
libvpx-bf6299010e815e111d7326530c249e9d99611f34.zip
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
Diffstat (limited to 'vp9/common/vp9_onyxc_int.h')
-rw-r--r--vp9/common/vp9_onyxc_int.h2
1 files changed, 2 insertions, 0 deletions
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) {