vpx/vp9
Yunqing Wang 360c80cfb9 Use fast HEX search in real time mode
In good quality mode motion search, the best matches are normally
found after searching in a large area. In real time mode, to make
encoding fast, a center-biased fast HEX search is used, which
converges quickly most of the time. A 4-point diamond search is
also carried out as the following refining search, which gives more
precise results, and maintains good motion search quality.

At speed 5, the borg test on rtc set showed an overall PSNR loss of
0.936%. The encoding speed gain is 4% - 5%.

Change-Id: I42cd68bb56a09ca1b86293c99d5f7312225ca7ae
2014-02-18 14:35:16 -08:00
..
common Merge "Removed the reset of mode_info from previous frame" 2014-02-13 17:03:50 -08:00
decoder Merge "Removed the reset of mode_info from previous frame" 2014-02-13 17:03:50 -08:00
encoder Use fast HEX search in real time mode 2014-02-18 14:35:16 -08:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc Removing vpx_codec_vp9x_cx and internal experimental flag. 2013-12-27 14:01:12 -08:00
vp9_common.mk AVX2 Convolve Optimization 2014-02-12 20:45:31 -07:00
vp9_cx_iface.c vp9/vp9_cx_iface: Silence ts_number_layers MSVC warnings 2014-02-13 11:41:16 -08:00
vp9_dx_iface.c Add VP9 decoder support for external frame buffers 2014-02-13 13:14:19 -08:00
vp9_iface_common.h Merge "Tidy up comments & remove commented out code." 2014-01-22 11:14:07 -08:00
vp9cx.mk Merge "*.mk: s/\bUSE_X86INC/CONFIG_USE_X86INC/" 2014-02-10 15:39:28 -08:00
vp9dx.mk vp9 decoder: row-based multi-threaded loopfilter 2014-01-31 14:44:53 -08:00