]> granicus.if.org Git - libvpx/commit
Fix integer overflow issue in rtc coding flow intra mode search
authorJingning Han <jingning@google.com>
Tue, 16 Jun 2015 19:00:50 +0000 (12:00 -0700)
committerJingning Han <jingning@google.com>
Wed, 17 Jun 2015 02:31:24 +0000 (19:31 -0700)
commitbc7074508a3d0d877fadee02fb2027347f4a9c04
treea08899d918e5ba9dd0e548c2fa5ad338c949e494
parente820ca6973f53815608d44854eebf380cc17f2f6
Fix integer overflow issue in rtc coding flow intra mode search

The overflow issue affects a variable that is only used in inter
mode. This commit fixes the ioc warning triggered in the intra
mode. It does not affect the compression performance.

Change-Id: I593d1b5650599de07f3e68176dd1442c6cb7bdbc
vp9/encoder/vp9_pickmode.c