]> granicus.if.org Git - libvpx/commit
Fix a potential overflow issue in inverse 16x16 full 2D-DCT
authorJingning Han <jingning@google.com>
Thu, 29 May 2014 18:41:55 +0000 (11:41 -0700)
committerJingning Han <jingning@google.com>
Thu, 29 May 2014 18:46:32 +0000 (11:46 -0700)
commit2c1cdf69b6ebece5052c7a1b20e017925836bd96
treed8b2eba584e8755bbfc44e75e90603f18895f675
parent2e6040dacafbee2f847009426269ad332930c923
Fix a potential overflow issue in inverse 16x16 full 2D-DCT

An overflow issue could potentially happen in the second round 1-D
transform of the SSSE3 full inverse 16x16 2D-DCT. This commit fixes
this issue.

Change-Id: Ia19e4888fda1cc929a28a5f89a5beec612d628dc
vp9/common/x86/vp9_idct_intrin_ssse3.c