vpx/vp8
Yunqing Wang a5a8d92976 Modify motion estimation for SPLITMV mode
1. Search for block8x16/block16x8 uses block8x8's search results.
2. Check block4x4 only if block8x8 is chosen. (This hurts quality,
   which will be improved in another check-in.)
3. In block4x4 search, the previous block's result is used as
   MV predictor for next block.

This change improves performance.

Change-Id: I9dc089007ca08129fb6c11fe7692777ebb8647b0
2010-12-28 10:34:42 -05:00
..
common Add psnr/ssim tuning option 2010-12-17 10:01:05 -05:00
decoder vp8mt_alloc_temp_buffers: make prototype return void 2010-11-17 09:13:57 -05:00
encoder Modify motion estimation for SPLITMV mode 2010-12-28 10:34:42 -05: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 remove unused temporal preproc code 2010-12-13 16:47:59 -05:00
vp8_cx_iface.c Add psnr/ssim tuning option 2010-12-17 10:01:05 -05:00
vp8_dx_iface.c propagate user private data on decode 2010-12-17 11:34:02 -05:00
vp8cx_arm.mk Add half-pixel variance RTCD functions 2010-10-26 20:00:56 -07:00
vp8cx.mk SSSE3 version of fast quantizer 2010-11-01 16:24:15 -04:00
vp8dx_arm.mk Add runtime CPU detection support for ARM. 2010-10-25 09:23:29 -04:00
vp8dx.mk move reconintra_mt to decoder (for now) 2010-09-24 11:23:06 -04:00