]> granicus.if.org Git - libvpx/commit
Replacing raster_block with block in the encoder.
authorDmitry Kovalev <dkovalev@google.com>
Mon, 11 Nov 2013 23:18:48 +0000 (15:18 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Mon, 11 Nov 2013 23:18:48 +0000 (15:18 -0800)
commit94d4add1f70bf2c9b93332f6450541625b252203
tree76fea38a9f6ee75b2b816b2e158b32d9161b0cff
parentc689a126ed4773297e40a575a046bf0c51a32de4
Replacing raster_block with block in the encoder.

We only used "ib" to call get_scan() function, which in turn calls
get_tx_type_4x4() function. The latter one only needs block index if
bsize < BLOCK_8X8 -- under that condition raster_block == block.

Change-Id: I697306a0c3cf937acdd4f5e623d4367c5acc0b2f
vp9/encoder/vp9_encodemb.c