]> granicus.if.org Git - libvpx/commitdiff
Remove unnecessary loopfilter init.
authorhkuang <hkuang@google.com>
Fri, 13 Feb 2015 19:49:26 +0000 (11:49 -0800)
committerhkuang <hkuang@google.com>
Tue, 3 Mar 2015 18:40:39 +0000 (10:40 -0800)
Loopfilters are init in vp9_decode_frame.

Change-Id: I4fbf6286b9b231451452e4ef3c19877a7b9a6768

vp9/decoder/vp9_decodeframe.c

index d345a0578439d7b08ce2e70fb5f35447bae2cc65..8d8002641e59c0a9250a70a976d45f8f69f50560 100644 (file)
@@ -934,7 +934,6 @@ static const uint8_t *decode_tiles(VP9Decoder *pbi,
     winterface->sync(&pbi->lf_worker);
     vp9_loop_filter_data_reset(lf_data, get_frame_new_buffer(cm), cm,
                                pbi->mb.plane);
-    vp9_loop_filter_frame_init(cm, cm->lf.filter_level);
   }
 
   assert(tile_rows <= 4);