]> granicus.if.org Git - libvpx/commit
Passing block index explicitly instead of using get_sb_index().
authorDmitry Kovalev <dkovalev@google.com>
Wed, 16 Oct 2013 19:35:07 +0000 (12:35 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Fri, 18 Oct 2013 18:02:32 +0000 (11:02 -0700)
commita8ffa96e9bdc72fa74b0165111880305bcb0d19a
tree9040e0cd9ea437811771b1a15c01c973d782e757
parenteaf2d4cbfc80cd46fbc29a3a892910dfebcfedf4
Passing block index explicitly instead of using get_sb_index().

That makes decoder and encoder (only bitstream writing part) a little bit
simpler and faster. Moving get_sb_index() function to the encoder.

Change-Id: Ie91aaeefd69c84b085948267b33556a7666c6278
vp9/common/vp9_blockd.h
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encodeframe.c