[FFmpeg-devel] [PATCH] Separate window function from autocorrelation.

Justin Ruggles justin.ruggles
Wed Jan 19 19:42:50 CET 2011


This will allow the use of different window functions and also removes
variable-length arrays in autocorrelation functions.
---
 libavcodec/dsputil.c            |    1 +
 libavcodec/dsputil.h            |    7 ++++++-
 libavcodec/lpc.c                |   30 ++++++++++++++----------------
 libavcodec/lpc.h                |    4 +++-
 libavcodec/x86/dsputil_mmx.h    |    3 ++-
 libavcodec/x86/dsputilenc_mmx.c |    1 +
 libavcodec/x86/lpc_mmx.c        |   20 ++++++--------------
 7 files changed, 33 insertions(+), 33 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Separate-window-function-from-autocorrelation.patch
Type: text/x-patch
Size: 8027 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110119/b96daaf2/attachment.bin>



More information about the ffmpeg-devel mailing list