fix sharpness bug and clean up
authorJohann <johannkoenig@google.com>
Wed, 20 Jul 2011 19:53:42 +0000 (15:53 -0400)
committerJohann <johannkoenig@google.com>
Fri, 22 Jul 2011 16:33:57 +0000 (12:33 -0400)
commita04ed0e8f3c2005aacfad83939ac8af70a9221ef
tree0e0d0636131d2ad339d1e8257d0a66c45909a0f1
parent0afcc7697120e5197a03b8129dc9a4ed0de56a8e
fix sharpness bug and clean up

sharpness was not recalculated in vp8cx_pick_filter_level_fast

remove last_filter_type. all values are calculated, don't need to update
the lfi data when it changes.

always use cm->sharpness_level. the extra indirection was annoying.

don't track last frame_type or sharpness_level manually. frame type
only matters for motion search and sharpness_level is taken care of in
frame_init

move function declarations to their proper header

Change-Id: I7ef037bd4bf8cf5e37d2d36bd03b5e22a2ad91db
vp8/common/blockd.h
vp8/common/loopfilter.c
vp8/common/loopfilter.h
vp8/common/onyxc_int.h
vp8/decoder/decodframe.c
vp8/decoder/onyxd_if.c
vp8/decoder/threading.c
vp8/encoder/onyx_if.c
vp8/encoder/picklpf.c