comparison sbr.h @ 11677:ed3d232c9d31 libavcodec

10l: The SBR refactor requires the use of 2 independent output X buffers.
author alexc
date Mon, 03 May 2010 19:21:35 +0000
parents 7dd2a45249a9
children 67206bbbab10
comparison
equal deleted inserted replaced
11676:ceec2fb08b8e 11677:ed3d232c9d31
155 ///QMF low frequency input to the HF generator 155 ///QMF low frequency input to the HF generator
156 float X_low[32][40][2]; 156 float X_low[32][40][2];
157 ///QMF output of the HF generator 157 ///QMF output of the HF generator
158 float X_high[64][40][2]; 158 float X_high[64][40][2];
159 ///QMF values of the reconstructed signal 159 ///QMF values of the reconstructed signal
160 DECLARE_ALIGNED(16, float, X)[2][32][64]; 160 DECLARE_ALIGNED(16, float, X)[2][2][32][64];
161 ///Zeroth coefficient used to filter the subband signals 161 ///Zeroth coefficient used to filter the subband signals
162 float alpha0[64][2]; 162 float alpha0[64][2];
163 ///First coefficient used to filter the subband signals 163 ///First coefficient used to filter the subband signals
164 float alpha1[64][2]; 164 float alpha1[64][2];
165 ///Dequantized envelope scalefactors, remapped 165 ///Dequantized envelope scalefactors, remapped