shithub: libvpx

Download patch

ref: 44b7854c845e65fb83164960d8ee5efd4f3f64c3
parent: 4505e8accbe2b88a029f20fc0cc0cddc966e42cd
author: Dmitry Kovalev <dkovalev@google.com>
date: Mon Aug 26 13:25:49 EDT 2013

Removing unnecessary call to vp9_setup_interp_filters.

vp9_setup_interp_filters before each inter block decoding, it is not
necessary to call it just before the whole frame decoding.

Change-Id: Id1b0ee62f987474e27eafba0013a4896b492c400

--- a/vp9/decoder/vp9_decodframe.c
+++ b/vp9/decoder/vp9_decodframe.c
@@ -976,9 +976,6 @@
 
   init_dequantizer(pc, &pbi->mb);
 
-  if (!keyframe)
-    vp9_setup_interp_filters(xd, pc->mcomp_filter_type, pc);
-
   pc->fc = pc->frame_contexts[pc->frame_context_idx];
 
   vp9_zero(pc->counts);