]> granicus.if.org Git - libvpx/commit
Fix the use case of plane_block_idx in sub8x8 RD
authorJingning Han <jingning@google.com>
Sun, 3 Nov 2013 19:16:38 +0000 (11:16 -0800)
committerJingning Han <jingning@google.com>
Sun, 3 Nov 2013 19:19:33 +0000 (11:19 -0800)
commit4efa6a0176570c032b12ab9e964424c2c2f43adc
tree9db4b98acd2de723b4a8fdf848f297b75f0a22f2
parent2de7cbe98007e0b70ca6088773434e179b3c83c1
Fix the use case of plane_block_idx in sub8x8 RD

This commit fixes the use case of plane_block_idx, which determines
the plane (Y/U/V) index based on block index. When block idx >= 4 in
sub8x8 block loop, it should be of chroma components.

Change-Id: I072705aa7b35445524ac607089ca8ce54b7ba478
vp9/encoder/vp9_rdopt.c