dnxhddec: optimise dnxhd_decode_dct_block()
authorMans Rullgard <mans@mansr.com>
Thu, 21 Jul 2011 18:04:37 +0000 (19:04 +0100)
committerMans Rullgard <mans@mansr.com>
Thu, 21 Jul 2011 22:14:37 +0000 (23:14 +0100)
commitbb32fded3623a20ff8999c2924315841c08c985c
tree684742182008c5b196cd2d3c9c213e48a142b684
parent4cc843facdc8cd922c423a09c5fff911137e4b4c
dnxhddec: optimise dnxhd_decode_dct_block()

Template the function for 8/10-bit and use lowlevel bitstream
macros.

6% faster overall on i7 gcc 4.5.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/dnxhddec.c