summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2018-09-22 12:19:16 -0700
committerJames Zern <jzern@google.com>2018-09-22 22:25:46 +0000
commit3448987ab20aa05716ffc4aedf6d02e23f75920b (patch)
tree9f23693ee8ee6208cccff14ca4a79840ee9d4c0b /vp9/common/vp9_onyxc_int.h
parentd99b6af68ff6b95f577ec9a0899e54ab653064c8 (diff)
downloadlibvpx-3448987ab20aa05716ffc4aedf6d02e23f75920b.tar
libvpx-3448987ab20aa05716ffc4aedf6d02e23f75920b.tar.gz
libvpx-3448987ab20aa05716ffc4aedf6d02e23f75920b.tar.bz2
libvpx-3448987ab20aa05716ffc4aedf6d02e23f75920b.zip
Revert "Revert "Revert "Loopfilter MultiThread Optimization"""
This reverts commit bf6299010e815e111d7326530c249e9d99611f34. segfaults, causes an assertion failure with corrupt input: get_uv_tx_size: Assertion `mi->sb_type < BLOCK_8X8 || ss_size_lookup[mi->sb_type][pd->subsampling_x][pd->subsampling_y] != BLOCK_INVALID BUG=webm:1562 Change-Id: I05a711cad3d8e7f1a8e64422b4356bdf4edb3d12
Diffstat (limited to 'vp9/common/vp9_onyxc_int.h')
-rw-r--r--vp9/common/vp9_onyxc_int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index c5c63e476..45d3b0f82 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -259,8 +259,6 @@ 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) {