|  | @@ -103,7 +103,7 @@ typedef struct NellyMoserDecodeContext { | 
														
													
														
															
																|  |  | DECLARE_ALIGNED_16(float,imdct_out[NELLY_BUF_LEN * 2]); |  |  | DECLARE_ALIGNED_16(float,imdct_out[NELLY_BUF_LEN * 2]); | 
														
													
														
															
																|  |  | } NellyMoserDecodeContext; |  |  | } NellyMoserDecodeContext; | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | DECLARE_ALIGNED_16(float,sine_window[128]); |  |  |  | 
														
													
														
															
																|  |  |  |  |  | static DECLARE_ALIGNED_16(float,sine_window[128]); | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | static inline int signed_shift(int i, int shift) { |  |  | static inline int signed_shift(int i, int shift) { | 
														
													
														
															
																|  |  | if (shift > 0) |  |  | if (shift > 0) | 
														
													
												
													
														
															
																|  | 
 |