summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-02-12 18:17:54 -0800
committerJames Zern <jzern@google.com>2016-02-16 23:14:03 -0800
commit110d3778993a4c75353b9ec4e6de19bcd0646570 (patch)
tree5918b37506e27541aa7f89d165ebe5c8a0ebf93c /vp9/common
parent9b44d9d00fcf015f9a8ab5cde7ee5d62c00a0495 (diff)
downloadlibvpx-110d3778993a4c75353b9ec4e6de19bcd0646570.tar
libvpx-110d3778993a4c75353b9ec4e6de19bcd0646570.tar.gz
libvpx-110d3778993a4c75353b9ec4e6de19bcd0646570.tar.bz2
libvpx-110d3778993a4c75353b9ec4e6de19bcd0646570.zip
remove loopfilter 'count' param TODOs
Change-Id: I25ce7314372ce2f521526ea7864ffc4ab62e4519
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_loopfilter.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/common/vp9_loopfilter.c b/vp9/common/vp9_loopfilter.c
index ee20cc557..aca69bd0f 100644
--- a/vp9/common/vp9_loopfilter.c
+++ b/vp9/common/vp9_loopfilter.c
@@ -324,7 +324,6 @@ static void filter_selectively_vert_row2(int subsampling_factor,
const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl;
const loop_filter_thresh *lfi1 = lfi_n->lfthr + *(lfl + lfl_forward);
- // TODO(yunqingwang): count in loopfilter functions should be removed.
if (mask & 1) {
if ((mask_16x16_0 | mask_16x16_1) & 1) {
if ((mask_16x16_0 & mask_16x16_1) & 1) {
@@ -422,7 +421,6 @@ static void highbd_filter_selectively_vert_row2(int subsampling_factor,
const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl;
const loop_filter_thresh *lfi1 = lfi_n->lfthr + *(lfl + lfl_forward);
- // TODO(yunqingwang): count in loopfilter functions should be removed.
if (mask & 1) {
if ((mask_16x16_0 | mask_16x16_1) & 1) {
if ((mask_16x16_0 & mask_16x16_1) & 1) {