]> granicus.if.org Git - libvpx/commit
change to avoid IOC
authorYaowu Xu <yaowu@google.com>
Fri, 24 Jan 2014 20:06:39 +0000 (12:06 -0800)
committerYaowu Xu <yaowu@google.com>
Fri, 24 Jan 2014 20:49:44 +0000 (12:49 -0800)
commit8971338c6bb0ff3aeaa315d9f049611513c30141
tree9196c784bad1fb4d93066711c12cde03910253c8
parente5034f65e54234d5ef6a99ddb405208c91bf812e
change to avoid IOC

SSE for a 64x64 block with 3 planes can go as high as 3*2^28. So left
shift by 4 may overflow 32 bit int.

Change-Id: I63c84aa56894788bb987299badabbd7cc6fd0be6
vp9/encoder/vp9_rdopt.c