vpx/vp9
Yunqing Wang 58e0159c80 Fix ssse3 quantize_fp functions while skip=1
In ssse3 functions, DEFINE_ARGS macro hard codes qcoeff and dqcoeff
to r3 and r4. If skip is 1, qcoeff and dqcoeff need to be loaded
from the stack, which doesn't work because of the above definitions.
Currently, skip=1 case is not used in the encoder. This patch fixed
the issue, so it can be turned on later.

Change-Id: I998d696b1a7a85dca2b3bcee790b21c21e039147
2015-02-24 10:37:05 -08:00
..
common Move dequant table from VP9_COMMON to VP9_COMP as decoder 2015-02-20 11:12:42 -08:00
decoder Optimize the dequantization process on decoder side. 2015-02-19 15:43:15 -08:00
encoder Fix ssse3 quantize_fp functions while skip=1 2015-02-24 10:37:05 -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 Rename loopfilter_thread files to thread_common files 2015-02-06 10:03:31 -08:00
vp9_cx_iface.c Add mutex initialization in encoder 2015-02-03 09:53:08 -08:00
vp9_dx_iface.c Merge "Fix the frame parallel invalid file test failure on ARM." 2015-02-18 14:09:28 -08:00
vp9_iface_common.h Enable decoder to pass through color space info 2015-01-13 15:13:19 -08:00
vp9cx.mk Add skin detection. 2015-02-11 17:47:17 -08:00
vp9dx.mk Try again to merge branch 'frame-parallel' into master branch. 2015-01-30 21:00:13 -08:00