]> granicus.if.org Git - libvpx/commit
Compute cost of UV mode accurately for intra blocks.
authorGeza Lore <gezalore@gmail.com>
Thu, 12 May 2016 13:55:56 +0000 (14:55 +0100)
committerDebargha Mukherjee <debargha@google.com>
Fri, 3 Jun 2016 18:13:51 +0000 (11:13 -0700)
commit8ee640f9792a0f8610cc9ca98c4a62429483d342
treefd5214b88dab1e1a8a5ff3dc2f11edb2a3e4a7cf
parent353930d212bc06704f9aa253d1d812802dd75ed5
Compute cost of UV mode accurately for intra blocks.

We used to cache the cost of the UV mode from the search with a
different previously tried Y mode, but the UV mode is contexted
on the Y mode, so caching the cost is inaccurate.

Change-Id: Ib003510afb6fc9befb7808b67b0be64f1c0a0804
vp10/encoder/rdopt.c