]> granicus.if.org Git - libvpx/commit
Refactor partition mode cost calculation
authorJingning Han <jingning@google.com>
Wed, 30 May 2018 20:31:08 +0000 (13:31 -0700)
committerJingning Han <jingning@google.com>
Mon, 18 Jun 2018 19:01:13 +0000 (12:01 -0700)
commitd99ba0399e0ef3f78a701e01df41707d66dafb4e
treebed507bddfe0eddec1983e06080e3643317442bf
parent54dfdf28c70bff8dee6052e6152859298425e201
Refactor partition mode cost calculation

Compute the coding block partition mode cost as additional rdcost
to the cumulative rate-distortion cost from each coding block. This
changes the coding performance slightly due to the rounding error.
The compression performance change is neutral.

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