]> granicus.if.org Git - libvpx/commit
Fix the use of uninitialized skip flag
authorJingning Han <jingning@google.com>
Sat, 15 Mar 2014 00:05:35 +0000 (17:05 -0700)
committerJingning Han <jingning@google.com>
Tue, 18 Mar 2014 22:03:45 +0000 (15:03 -0700)
commit98fd11c56728ee1a3471d383a1b7260684f88630
tree3e5dc48dee8b3154c3871e1f3cb5dda2043181df
parentbd68f2952050ca303d5915c73f4e750e1af2008b
Fix the use of uninitialized skip flag

The use of uninitialized skip flag will trigger inconsistency in
coding statistics, when alternate RD and non-RD coding modes are
enabled. This commit fixes this issue and removes unnecessary if
statements from update_state_rt.

Change-Id: I7d549dcb0e3ef48b999e5bbc78174ba84502cfcf
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodemb.c