#include <aac.h>
| Public Member Functions | |
| DECLARE_ALIGNED_16 (float, coeffs[1024]) | |
| coefficients for IMDCT | |
| DECLARE_ALIGNED_16 (float, saved[512]) | |
| overlap | |
| DECLARE_ALIGNED_16 (float, ret[1024]) | |
| PCM output. | |
| Data Fields | |
| IndividualChannelStream | ics | 
| TemporalNoiseShaping | tns | 
| enum BandType | band_type [120] | 
| band types | |
| int | band_type_run_end [120] | 
| band type run end points | |
| float | sf [120] | 
| scalefactors | |
| PredictorState | predictor_state [MAX_PREDICTORS] | 
Definition at line 220 of file aac.h.
| SingleChannelElement::DECLARE_ALIGNED_16 | ( | float | , | |
| ret | [1024] | |||
| ) | 
PCM output.
| SingleChannelElement::DECLARE_ALIGNED_16 | ( | float | , | |
| saved | [512] | |||
| ) | 
overlap
| SingleChannelElement::DECLARE_ALIGNED_16 | ( | float | , | |
| coeffs | [1024] | |||
| ) | 
coefficients for IMDCT
| enum BandType SingleChannelElement::band_type[120] | 
band types
Definition at line 223 of file aac.h.
Referenced by apply_dependent_coupling(), apply_intensity_stereo(), apply_mid_side_stereo(), decode_cce(), decode_ics(), and encode_spectral_coeffs().
band type run end points
Definition at line 224 of file aac.h.
Referenced by apply_intensity_stereo(), and decode_ics().
Definition at line 221 of file aac.h.
Referenced by apply_dependent_coupling(), apply_intensity_stereo(), apply_mid_side_stereo(), apply_prediction(), decode_cce(), decode_cpe(), decode_ics(), decode_mid_side_stereo(), encode_spectral_coeffs(), imdct_and_windowing(), and spectral_to_sample().
| PredictorState SingleChannelElement::predictor_state[MAX_PREDICTORS] | 
| float SingleChannelElement::sf[120] | 
scalefactors
Definition at line 225 of file aac.h.
Referenced by apply_intensity_stereo(), and decode_ics().
 1.5.8
 1.5.8