OSDN Git Service

Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 21 Jan 2011 00:11:44 +0000 (00:11 +0000)
committerMans Rullgard <mans@mansr.com>
Fri, 21 Jan 2011 19:58:59 +0000 (19:58 +0000)
commit56f8952b252f85281317ecd3e0b04c4cae93fd72
treea6c8fa8727be01daa6c9200b9dee20ba261b2c05
parent50196a982bf7c8be9b41053fa0975473c217e709
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 files changed:
libavcodec/alacenc.c
libavcodec/arm/asm-offsets.h
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/flacenc.c
libavcodec/lpc.c
libavcodec/lpc.h
libavcodec/ra144.h
libavcodec/ra144enc.c
libavcodec/x86/dsputil_mmx.h
libavcodec/x86/dsputilenc_mmx.c
libavcodec/x86/lpc_mmx.c