From df4c95afced45562ed6167242dfa45871ea0362d Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Wed, 20 Apr 2016 17:16:25 -0700 Subject: [PATCH] vp9_loopfilter.c : todo cleanup Removed this todo because of another todo which says none of this code should exist. It should be integrated into the block by block encode process as per the decoder. Change-Id: I076bd15140a060e69c014dd7d7cd07fea260aba3 --- vp9/common/vp9_loopfilter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vp9/common/vp9_loopfilter.c b/vp9/common/vp9_loopfilter.c index b577ac08b..232d89dc6 100644 --- a/vp9/common/vp9_loopfilter.c +++ b/vp9/common/vp9_loopfilter.c @@ -700,7 +700,6 @@ static void highbd_filter_selectively_horiz(uint16_t *s, int pitch, // whether there were any coefficients encoded, and the loop filter strength // block we are currently looking at. Shift is used to position the // 1's we produce. -// TODO(JBB) Need another function for different resolution color.. static void build_masks(const loop_filter_info_n *const lfi_n, const MODE_INFO *mi, const int shift_y, const int shift_uv,