]> granicus.if.org Git - libvpx/commit
Fix 32x32 forward transform SSE2 version
authorJingning Han <jingning@google.com>
Fri, 30 Aug 2013 17:57:23 +0000 (10:57 -0700)
committerJingning Han <jingning@google.com>
Sun, 1 Sep 2013 01:47:08 +0000 (18:47 -0700)
commit3cf46fa591fea4503b091ae8a1f79205ac27eb52
treee2c00d0219c11b77cf4612bab59bb680f90a0a19
parent1d44fc0c49d828d63a207e024eee4d4bf442b564
Fix 32x32 forward transform SSE2 version

This commit fixed the potential overflow issue in the SSE2
implementation of 32x32 forward DCT. It resolved the corrupted
coded frames in the border of scenes.

Change-Id: If87eef2d46209269f74ef27e7295b6707fbf56f9
vp9/common/vp9_rtcd_defs.sh
vp9/encoder/vp9_dct.c
vp9/encoder/x86/vp9_dct32x32_sse2.c