From 5818014b691c1dc20f3597bbcbf165782b54eacb Mon Sep 17 00:00:00 2001 From: Ritu Baldwa Date: Wed, 2 Jan 2019 11:58:34 +0530 Subject: Revert "Revert "Add Tile-SB-Row based Multi-threading in Decoder"" This reverts commit 06983668cf41f66765528db044419f954e5a5d64. Fixes Visual Studio build errors introduced by earlier row mt commit BUG=webm:1587 Change-Id: I792df86e8254cd6b2a511955b691af619a569cd0 --- vp9/common/vp9_thread_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vp9/common/vp9_thread_common.h') diff --git a/vp9/common/vp9_thread_common.h b/vp9/common/vp9_thread_common.h index b97e9ee13..1a2d79abd 100644 --- a/vp9/common/vp9_thread_common.h +++ b/vp9/common/vp9_thread_common.h @@ -70,7 +70,7 @@ void vp9_loopfilter_rows(LFWorkerData *lf_data, VP9LfSync *lf_sync); void vp9_set_row(VP9LfSync *lf_sync, int num_tiles, int row, int is_last_row, int corrupted); -void vp9_set_last_decoded_row(struct VP9Common *cm, int tile_col, int mi_row); +void vp9_loopfilter_job(LFWorkerData *lf_data, VP9LfSync *lf_sync); void vp9_accumulate_frame_counts(struct FRAME_COUNTS *accum, const struct FRAME_COUNTS *counts, int is_dec); -- cgit v1.2.3