Mercurial > libavcodec.hg
comparison v210x.c @ 10313:f7376a522a7e libavcodec
WMA: use type punning and unroll loops in decode_exp_vlc()
GCC does stupid things if these assignments are done using floats
directly, so fill the runs using integer operations instead. Also
unroll the loops since the length is always a multiple of 4.
author | mru |
---|---|
date | Tue, 29 Sep 2009 10:38:30 +0000 |
parents | 2f804e0a17fc |
children | 2bb3882075b6 |
comparison
equal
deleted
inserted
replaced
10312:6aaf7c9e768b | 10313:f7376a522a7e |
---|