[FFmpeg-soc] [soc]: r5127 - als/alsdec.c
Thilo Borgmann
thilo.borgmann at googlemail.com
Mon Aug 17 12:41:49 CEST 2009
> It obfuscates things a bit for the compiler and probably it misses some
> optimization opportunities.
> You might see if this is better, but the variable "convert" should
> probably be named differently then
> convert = smp < progressive;
> max = convert ? smp : progressive;
This looks good and benchmarked at least as good as the if's. And I like
it ;)
Thanks a lot!
Thilo
More information about the FFmpeg-soc
mailing list