vpx/vp8/decoder
Johann a04ed0e8f3 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
2011-07-22 12:33:57 -04:00
..
2011-07-19 09:20:38 -04:00
2011-02-10 15:09:44 -05:00
2011-06-08 16:19:37 -04:00
2011-07-22 12:33:57 -04:00
2011-02-10 15:09:44 -05:00
2011-02-11 11:09:00 -05:00
2011-02-10 15:09:44 -05:00
2011-07-22 12:33:57 -04:00
2011-02-10 15:09:44 -05:00
2010-10-27 18:08:04 -07:00
2011-07-22 12:33:57 -04:00