]> granicus.if.org Git - libvpx/commit
Removes conditional statements from band getting
authorDeb Mukherjee <debargha@google.com>
Wed, 6 Nov 2013 01:25:38 +0000 (17:25 -0800)
committerDeb Mukherjee <debargha@google.com>
Tue, 12 Nov 2013 18:13:27 +0000 (10:13 -0800)
commit5ade423774690e2bf877559dc1a1f9547db5dac1
tree877a9fa9e499faaa5acccec5c2eb1c67cc6ea1e5
parente5ed605f01f8b75a8e7db1561bdbb373f8040de3
Removes conditional statements from band getting

Implements scan order to band map with arrays in both the encoder
and decoder to remove conditional statements.

Encoding seems to be about 1% faster at speed 0, tested on football.
Decoding seems to be about 0.5-1% faster on a set of 25 videos.

Change-Id: Idb233ca0b9e0efd790e30880642e8717e1c5c8dd
vp9/common/vp9_entropy.h
vp9/decoder/vp9_decodframe.c
vp9/decoder/vp9_detokenize.c
vp9/decoder/vp9_detokenize.h
vp9/decoder/vp9_onyxd_int.h
vp9/encoder/vp9_block.h
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_tokenize.c