shithub: libvpx

Download patch

ref: b627af0eb0acfe706aa97e822b8afa54ef530f6e
parent: 8a906039a7a94d9e54fa7afb7438f3bfe6ad9c5d
author: Jim Bankoski <jimbankoski@google.com>
date: Wed Apr 20 11:31:46 EDT 2016

vp9_loopfilter.c: Todo try inloop calculation.

This is implemented in the decoder already.  Will add a todo for the
encoder.

Change-Id: I5e78c045cb2edb5ba171022aeeb70051a708b916

--- a/vp9/common/vp9_loopfilter.c
+++ b/vp9/common/vp9_loopfilter.c
@@ -971,9 +971,6 @@
   vp9_zero(*lfm);
   assert(mip[0] != NULL);
 
-  // TODO(jimbankoski): Try moving most of the following code into decode
-  // loop and storing lfm in the mbmi structure so that we don't have to go
-  // through the recursive loop structure multiple times.
   switch (mip[0]->sb_type) {
     case BLOCK_64X64:
       build_masks(lfi_n, mip[0] , 0, 0, lfm);