aom/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
..
arm remove old armv5 code 2011-07-19 09:20:38 -04:00
generic Fix relative include paths 2011-02-10 15:09:44 -05:00
x86 fix --disable-runtime-cpu-detect on x86 2011-06-14 11:31:50 -04:00
asm_dec_offsets.c use GCC inline magic 2011-06-08 16:19:37 -04:00
dboolhuff.c Moved vp8_encode_bool into boolhuff.h 2011-07-19 09:17:25 -04:00
dboolhuff.h Moved vp8_encode_bool into boolhuff.h 2011-07-19 09:17:25 -04:00
decodemv.c Fix unnecessary casting of B_PREDICTION_MODE (issue 349) 2011-07-13 15:52:07 -04:00
decodemv.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
decoderthreading.h vp8mt_alloc_temp_buffers: make prototype return void 2010-11-17 09:13:57 -05:00
decodframe.c fix sharpness bug and clean up 2011-07-22 12:33:57 -04:00
dequantize.c remove unused vp8_predict_dc function 2011-02-18 09:12:20 -05:00
dequantize.h Fix relative include paths 2011-02-10 15:09:44 -05:00
detokenize.c Moved vp8_encode_bool into boolhuff.h 2011-07-19 09:17:25 -04:00
detokenize.h remove assembly detokenizer 2011-02-11 11:09:00 -05:00
ec_types.h Broken EC after MODE_INFO size reduction 2011-05-26 15:13:00 -04:00
error_concealment.c Adding support for error concealment in multi-threaded decoding 2011-06-27 09:03:06 -04:00
error_concealment.h Adding error-concealment to the decoder. 2011-05-19 13:46:33 -04:00
idct_blk.c Fix relative include paths 2011-02-10 15:09:44 -05:00
onyxd_if.c fix sharpness bug and clean up 2011-07-22 12:33:57 -04:00
onyxd_int.h New ways of passing encoded data between encoder and decoder. 2011-06-28 11:10:17 -04:00
reconintra_mt.c Fix relative include paths 2011-02-10 15:09:44 -05:00
reconintra_mt.h Eliminate more warnings. 2010-10-27 18:08:04 -07:00
threading.c fix sharpness bug and clean up 2011-07-22 12:33:57 -04:00
treereader.h Removed unused function vp8_treed_read_num 2011-06-07 09:32:51 -04:00