]> granicus.if.org Git - libvpx/commit
Fix a motion search skip condition in vp9_pick_inter_mode
authorJingning Han <jingning@google.com>
Fri, 5 Dec 2014 23:56:39 +0000 (15:56 -0800)
committerJingning Han <jingning@google.com>
Fri, 5 Dec 2014 23:58:36 +0000 (15:58 -0800)
commiteadffb2d6edd4d369533ae5688e389bbd4f63c6a
treedcf823c5528fa83bf69ca65ae2c893201c8a6a3f
parent732d57c2b5df6d28bcf33e9f575dca8d294885d4
Fix a motion search skip condition in vp9_pick_inter_mode

Compare the current best mode rate-distortion cost with the skip
threshold to decide if performing motion search.

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