From: John Koleszar Date: Fri, 3 Dec 2010 18:30:50 +0000 (-0500) Subject: Merge 'Add simple version of activity masking.' X-Git-Tag: v0.9.6~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e76dfcc70527b05c5106aef9b8aeffd64d21a17;p=libvpx Merge 'Add simple version of activity masking.' Merge commit 'refs/changes/79/779/2' of https://review.webmproject.org/p/libvpx Conflicts: vp8/encoder/encodeintra.c vp8/encoder/encodemb.c Change-Id: Id607063fabe92d99eeb3c380e8ca670b01bfb3ef --- 5e76dfcc70527b05c5106aef9b8aeffd64d21a17 diff --cc vp8/encoder/encodemb.c index e9753ac48,a37188bf2..f7faaa14a --- a/vp8/encoder/encodemb.c +++ b/vp8/encoder/encodemb.c @@@ -635,8 -662,11 +635,8 @@@ void vp8_encode_inter16x16(const VP8_EN vp8_quantize_mb(x); #if !(CONFIG_REALTIME_ONLY) - if (x->optimize==2 ||(x->optimize && x->rddiv > 1)) + if (x->optimize) - { vp8_optimize_mb(x, rtcd); - vp8_find_mb_skip_coef(x); - } #endif vp8_inverse_transform_mb(IF_RTCD(&rtcd->common->idct), &x->e_mbd);