Hi, 2011/12/15 Måns Rullgård <[email protected]>
> "Ronald S. Bultje" <[email protected]> writes: > > > +# define SKIP_COUNTER(name, gb, num) name##_index = \ > > + (gb)->size_in_bits_plus1 - name##_index < (num) ? \ > > + (gb)->size_in_bits_plus1 : name##_index + (num) > > BTW, does index += FFMIN(num, size_in_bits_plus1 - index) generate worse > code, or did you just not like the look of it? Generates the same code on x86. Is it better on arm? I don't mind either way. Ronald
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
