]> granicus.if.org Git - libvpx/commit
Fix UV intra coding rd loop
authorJingning Han <jingning@google.com>
Thu, 6 Jun 2013 04:14:14 +0000 (21:14 -0700)
committerJingning Han <jingning@google.com>
Thu, 6 Jun 2013 04:18:02 +0000 (21:18 -0700)
commitf04b15486ad70d198ab8a319f3eb9986d5ee24a8
tree67598e0870141a07b07fe61034a969b36032f81f
parent51b6e73a686bedcd6abe4e004f573cd5acbfeccd
Fix UV intra coding rd loop

This commit makes the coding/reconstruction operations of intra
coding rate-distortion loop for UV components consistent with those
of the encoding process.

key frame coding gains:
derf:   0.11%
stdhd:  0.42%

Change-Id: I8d49f83924a320e3689ef2d60096c49d7f0c7a40
vp9/common/vp9_blockd.h
vp9/encoder/vp9_rdopt.c