From eb4825b5d43bb6ecfae4d64688f9e2d2ac075263 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Thu, 10 Aug 2006 19:06:25 +0000 Subject: sse and 3dnow implementations of float->int conversion and mdct windowing. 15% faster vorbis. Originally committed as revision 5975 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/vorbis.h') diff --git a/libavcodec/vorbis.h b/libavcodec/vorbis.h index 1274f1891f..de150f9940 100644 --- a/libavcodec/vorbis.h +++ b/libavcodec/vorbis.h @@ -120,6 +120,8 @@ typedef struct vorbis_context_s { float *ret; float *buf; float *buf_tmp; + uint_fast32_t add_bias; // for float->int conversion + uint_fast32_t exp_bias; } vorbis_context; -- cgit v1.2.3