]> granicus.if.org Git - libvpx/commit
remove simpler_lpf
authorJohann <johannkoenig@google.com>
Mon, 25 Apr 2011 21:37:41 +0000 (17:37 -0400)
committerJohann <johannkoenig@google.com>
Mon, 25 Apr 2011 21:37:41 +0000 (17:37 -0400)
commit01527e743fd41003871dfc67366e484318a4a712
treee7802bc90afa895070da14821a7fcfacb958dea6
parentaeca599087409c83cf4e24a59b5830a380e22327
remove simpler_lpf

the decision to run the regular or simple loopfilter is made outside the
function and managed with pointers

stop tracking the option in two places. use filter_type exclusively

Change-Id: I39d7b5d1352885efc632c0a94aaf56b72cc2fe15
vp8/common/alloccommon.c
vp8/common/arm/loopfilter_arm.c
vp8/common/loopfilter.c
vp8/common/loopfilter.h
vp8/common/onyxc_int.h
vp8/common/ppc/loopfilter_altivec.c
vp8/common/x86/loopfilter_x86.c
vp8/decoder/threading.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp8/encoder/rdopt.c