ref: d179b784f93e7a1a4f4e89248edaf0a6dee81952
parent: 83f17eeede83f138f34177121019798719d5be1c
parent: b627af0eb0acfe706aa97e822b8afa54ef530f6e
author: Yaowu Xu <[email protected]>
date: Thu Apr 21 11:38:12 EDT 2016
Merge "vp9_loopfilter.c: Todo try inloop calculation."
--- 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);