shithub: libvpx

Download patch

ref: 33df6acb2bc755f7c90b478deafda78386696fd1
parent: 73ecc9c5ffa8ed9321dbb609d857d8de2f1a7af9
parent: 8dbf0dcc67caaed0042ca97988a1fd61afb2e724
author: Jingning Han <jingning@google.com>
date: Thu Jul 12 13:30:05 EDT 2018

Merge "Use regular filter type for tpl model motion compensation"

--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -5717,7 +5717,7 @@
   MACROBLOCK *x = &td->mb;
   MACROBLOCKD *xd = &x->e_mbd;
   int mi_row, mi_col;
-  const InterpKernel *const kernel = vp9_filter_kernels[EIGHTTAP_SHARP];
+  const InterpKernel *const kernel = vp9_filter_kernels[EIGHTTAP];
 
 #if CONFIG_VP9_HIGHBITDEPTH
   DECLARE_ALIGNED(16, uint16_t, predictor16[32 * 32 * 3]);