]> granicus.if.org Git - libvpx/commit
Fix the denominator in tpl model
authorJingning Han <jingning@google.com>
Tue, 10 Jul 2018 21:40:56 +0000 (14:40 -0700)
committerJingning Han <jingning@google.com>
Wed, 11 Jul 2018 03:45:23 +0000 (20:45 -0700)
commitf13a37cbf7e5936a425498d0f5f9d96a1f6eff45
tree4b02557bdb8759243367d89ac4b0be488d4daa4c
parent3ef16b45e61bf6e573a48e9c97562b551d966efd
Fix the denominator in tpl model

The factor mc_dep_cost includes intra_cost additiona already. Hence
no need to add it again in the denominator.

Change-Id: I750ae86e1d3019b4a3aebd03dec8db362589619e
vp9/encoder/vp9_encodeframe.c