vp9_loopfilter.c: Todo try inloop calculation.
authorJim Bankoski <jimbankoski@google.com>
Wed, 20 Apr 2016 22:31:46 +0000 (15:31 -0700)
committerJames Bankoski <jimbankoski@google.com>
Wed, 20 Apr 2016 23:53:20 +0000 (23:53 +0000)
This is implemented in the decoder already.  Will add a todo for the
encoder.

Change-Id: I5e78c045cb2edb5ba171022aeeb70051a708b916

vp9/common/vp9_loopfilter.c

index aca69bd..b577ac0 100644 (file)
@@ -971,9 +971,6 @@ void vp9_setup_mask(VP9_COMMON *const cm, const int mi_row, const int mi_col,
   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);