comparison vorbis.h @ 2737:b37add61897a libavcodec

Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
author michael
date Sun, 29 May 2005 22:11:05 +0000
parents 4fe1c19fc7a3
children 12436597cc0c
comparison
equal deleted inserted replaced
2736:aaa8b65d1253 2737:b37add61897a
86 float *channel_residues; 86 float *channel_residues;
87 float *channel_floors; 87 float *channel_floors;
88 float *saved; 88 float *saved;
89 uint_fast16_t saved_start; 89 uint_fast16_t saved_start;
90 float *ret; 90 float *ret;
91 float *buf;
92 float *buf_tmp;
91 } vorbis_context; 93 } vorbis_context;
92 94
93 95
94 96
95 static const float vwin64[32] = { 97 static const float vwin64[32] = {