vpx/vp9
Deb Mukherjee 3cd37dfeb5 Adds a non-normative resize library to vp9 encoder
Adds an arbitrary-size resize library for use in scaling of input
frames in a non-normative manner in the vp9 encoder. The method
used is as follows:
Downsampling - Uses a 8 tap filter for factor of 2 decimation upto
a size just higher than the desired size. Then interpolates pixels
at a precision of 1/32 pel using a set of 8-tap filters.
Upsampling - Interpolates pixels at a precision of 1/32 pel using
a set of 8-tap filters.

There is no assembly optimization yet.

Change-Id: Ib5b81e174fc139da322bb97c8214d52289d60d8a
2014-01-21 16:50:00 -08:00
..
common Deprecate best_mv from encoder 2014-01-17 17:15:34 -08:00
decoder Deprecate the use of best_mv in decoding process 2014-01-16 18:04:58 -08:00
encoder Adds a non-normative resize library to vp9 encoder 2014-01-21 16:50:00 -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 Revert "Revert "Revert "SSSE3 convolution optimization""" 2014-01-16 16:11:46 -08:00
vp9_cx_iface.c Merge "Renaming 'Sharpness' to 'sharpness'." 2014-01-09 13:42:55 -08:00
vp9_dx_iface.c Cleaning up vp9_dx_iface.c. 2014-01-10 11:01:52 -08:00
vp9_iface_common.h yv12config: remove YUV_TYPE 2013-07-12 15:25:48 -07:00
vp9cx.mk Adds a non-normative resize library to vp9 encoder 2014-01-21 16:50:00 -08:00
vp9dx.mk Renaming vp9_dboolhuff.{h, c} to vp9_reader.{h, c}. 2013-12-20 12:53:03 -08:00