]> granicus.if.org Git - libvpx/commit
Fixed a bug in recursive extrapolation filter for intra prediction
authorYue Chen <chenyue1212@gmail.com>
Fri, 11 Oct 2013 18:55:03 +0000 (11:55 -0700)
committerJingning Han <jingning@google.com>
Sun, 13 Oct 2013 01:06:34 +0000 (18:06 -0700)
commit769ce06eebb0e41b1b71b111fbcacdbe3b918607
tree3844e728a5c7558739910406a84507809fe8482a
parentfd44975bc8a8b85831e1e153ce566dd2ef0a6b70
Fixed a bug in recursive extrapolation filter for intra prediction

Estimation of local mean, which is used to get zero-mean signals
before linear filtering, is corrected.

Change-Id: If73d0ae479201fc60a34baa3f15d61e5aecb1162
vp9/common/vp9_reconintra.c