]> granicus.if.org Git - libvpx/commit
Use explicit block position in foreach_transformed_block
authorJingning Han <jingning@google.com>
Fri, 23 Oct 2015 00:25:00 +0000 (17:25 -0700)
committerJingning Han <jingning@google.com>
Fri, 23 Oct 2015 16:19:17 +0000 (09:19 -0700)
commitcaeb10bf06f758d317b2e76d274941e79414784e
tree7964cfc6489ef000c20fca9a59669e274ab7fd99
parentf4af1a9af48c972da1d5d8f04b84fed1017a25b5
Use explicit block position in foreach_transformed_block

Add the row and column index to the argument list of unit functions
called by foreach_transformed_block wrapper. This avoids the
repeated internal parsing according to the block index.

Change-Id: Ie7508acdac0b498487564639bc5cc6378a8a0df7
vp10/common/blockd.c
vp10/common/blockd.h
vp10/encoder/encodemb.c
vp10/encoder/encodemb.h
vp10/encoder/rdopt.c
vp10/encoder/tokenize.c