]> granicus.if.org Git - libvpx/commit
Fixing issue with calculation of block_idx
authorJulia Robson <juliamrobson@gmail.com>
Mon, 9 Nov 2015 11:50:36 +0000 (11:50 +0000)
committerDebargha Mukherjee <debargha@google.com>
Thu, 12 Nov 2015 16:21:53 +0000 (08:21 -0800)
commit598a11d04a102c33a8722b5ebc4c0e5995d5e6c2
treea7a98ec2bf6c16994268eadb27c6e0b5af75fe8d
parent84a5403baba8c4718e52de4b3b9afab46b0becbc
Fixing issue with calculation of block_idx

For tall rectangular blocks, the block_idx of the lower transform
block was being mis-calculated.

Does not affect results the way this function is being used now.

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