> 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 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
