]> git.sesse.net Git - ffmpeg/history - libavcodec/acelp_math.h
gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little
[ffmpeg] / libavcodec / acelp_math.h
2008-07-03 Michael NiedermayerWe do not only calculate it but we also return it.
2008-07-03 Michael NiedermayerMore correct comment.
2008-07-03 Michael Niedermayermake sum_of_squares() more generic
2008-05-11 Vladimir VoroshilovImplement bidirectional (positive offset - left, negati...
2008-05-03 Diego Biurruncosmetics: Consistently use C-style comments in #endif...
2008-05-03 Måns Rullgårdadd necessary #includes in headers
2008-04-26 Robert SwainGrammar fixes and improvements for the new ACELP code
2008-04-25 Vladimir VoroshilovFixed-point implementation of ff_cos, ff_log2, ff_exp2.