comparison vorbis.h @ 3536:545a15c19c91 libavcodec

sse & sse2 implementations of vorbis channel coupling. 9% faster vorbis (on a K8).
author lorenm
date Thu, 03 Aug 2006 03:18:47 +0000
parents 03582724f3de
children 945caa35ee9a
comparison
equal deleted inserted replaced
3535:a14c98a0ca3d 3536:545a15c19c91
85 } vorbis_mode; 85 } vorbis_mode;
86 86
87 typedef struct vorbis_context_s { 87 typedef struct vorbis_context_s {
88 AVCodecContext *avccontext; 88 AVCodecContext *avccontext;
89 GetBitContext gb; 89 GetBitContext gb;
90 DSPContext dsp;
90 91
91 MDCTContext mdct0; 92 MDCTContext mdct0;
92 MDCTContext mdct1; 93 MDCTContext mdct1;
93 uint_fast8_t first_frame; 94 uint_fast8_t first_frame;
94 uint_fast32_t version; 95 uint_fast32_t version;