Remove redundant intra mode penalty from vp9_pick_inter_mode
authorJingning Han <jingning@google.com>
Mon, 24 Nov 2014 17:31:10 +0000 (09:31 -0800)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Mon, 24 Nov 2014 22:55:59 +0000 (14:55 -0800)
commit25be81e2dd2059024f3c3d07e1a6c46063809761
treedfbe19afbf797c7ea9d205b972a37b21b73f212a
parente6fb9c0b0b23355a00ced121b213e1aa13f1a7a5
Remove redundant intra mode penalty from vp9_pick_inter_mode

The intra mode penalty is covered by intra_cost_penalty. This
commit removes the other intra cost threshold, provided that the
constant 50 is negligible in normal rate-distortion cost.

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