From 3448987ab20aa05716ffc4aedf6d02e23f75920b Mon Sep 17 00:00:00 2001 From: James Zern Date: Sat, 22 Sep 2018 12:19:16 -0700 Subject: 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 --- vp9/common/vp9_onyxc_int.h | 2 -- 1 file changed, 2 deletions(-) (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 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) { -- cgit v1.2.3