vpx/vp8
Attila Nagy ce42e79abc Update encoder mb_skip_coeff and prob_skip_false calculation
mode_info_context->mbmi.mb_skip_coeff has to always reflect the
existence or not of coeffs for a certain MB. The loopfilter needs this
info.
mb_skip_coeff is either set by the vp8_tokenize_mb or has to be set to
1 when the MB is skipped by mode selection. This has to be done
regardless of the mb_no_coeff_skip value.

prob_skip_false is needed just when mb_no_coeff_skip is 1. No need to
keep count of both skip_false and skip_true as they are complementary
(skip_true+skip_false = total_mbs)

Change-Id: I3c74c9a0ee37bec10de7bb796e408f3e77006813
2012-02-17 14:27:40 +02:00
..
common Support Android x86 NDK build 2012-02-16 12:03:30 -08:00
decoder Simplify mb_to_x_edge calculation during mode decoding 2012-02-16 13:36:46 -05:00
encoder Update encoder mb_skip_coeff and prob_skip_false calculation 2012-02-17 14:27:40 +02:00
exports_dec Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
exports_enc Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
vp8_common.mk Support Android x86 NDK build 2012-02-16 12:03:30 -08:00
vp8_cx_iface.c support changing resolution with vpx_codec_enc_config_set 2012-02-07 17:09:40 -08:00
vp8_dx_iface.c Hook up VP8D_GET_LAST_REF_USED 2012-01-27 10:13:20 -08:00
vp8cx_arm.mk RTCD: finalize removal of old RTCD system 2012-01-30 12:10:48 -08:00
vp8cx.mk RTCD: finalize removal of old RTCD system 2012-01-30 12:10:48 -08:00
vp8dx.mk New RTCD implementation 2012-01-30 12:06:27 -08:00