vpx/vp9
Jingning Han 458c2833c0 Use saturated addition in SSSE3 of 32x32 quant
The 32x32 forward transform can potentially reach peak coefficient
value close to 32700, while the rounding factor can go upto 610.
This could cause overflow issue in the SSSE3 implementation of 32x32
quantization process.

This commit resolves this issue by replacing the addition operations
with saturated addition operations in 32x32 block quantization.

Change-Id: Id6b98996458e16c5b6241338ca113c332bef6e70
2013-09-05 12:49:12 -07:00
..
common Use saturated addition in SSSE3 of 32x32 quant 2013-09-05 12:49:12 -07:00
decoder consistently name VP9_COMMON variables #1 2013-08-29 13:25:57 -07:00
encoder Use saturated addition in SSSE3 of 32x32 quant 2013-09-05 12:49:12 -07:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
vp9_common.mk Add neon optimize vp9_short_idct16x16_1_add. 2013-08-27 14:00:27 -07:00
vp9_cx_iface.c Make "good" quality 2-pass vpxenc encoding default 2013-08-21 12:41:26 -07:00
vp9_dx_iface.c vp9_peek_si: add bitstream v1 support 2013-08-21 17:04:10 -07:00
vp9_iface_common.h yv12config: remove YUV_TYPE 2013-07-12 15:25:48 -07:00
vp9cx.mk variance x86inc guards 2013-08-06 14:17:13 -07:00
vp9dx.mk vp9/decoder: add thread worker 2013-08-05 13:21:13 -07:00