#include <aac.h>
| Data Fields | |
| IndividualChannelStream | ics | 
| TemporalNoiseShaping | tns | 
| Pulse | pulse | 
| enum BandType | band_type [128] | 
| band types | |
| int | band_type_run_end [120] | 
| band type run end points | |
| float | sf [120] | 
| scalefactors | |
| int | sf_idx [128] | 
| scalefactor indices (used by encoder) | |
| uint8_t | zeroes [128] | 
| band is not coded (used by encoder) | |
| float | coeffs [1024] | 
| coefficients for IMDCT | |
| float | saved [1024] | 
| overlap | |
| float | ret [2048] | 
| PCM output. | |
| PredictorState | predictor_state [MAX_PREDICTORS] | 
Definition at line 204 of file aac.h.
| enum BandType SingleChannelElement::band_type[128] | 
band types
Definition at line 208 of file aac.h.
Referenced by apply_dependent_coupling(), apply_intensity_stereo(), apply_mid_side_stereo(), decode_cce(), decode_ics(), encode_spectral_coeffs(), encode_window_bands_info(), and search_for_ms().
band type run end points
Definition at line 209 of file aac.h.
Referenced by apply_intensity_stereo(), and decode_ics().
| float SingleChannelElement::coeffs[1024] | 
coefficients for IMDCT
Definition at line 213 of file aac.h.
Referenced by aac_encode_frame(), adjust_frame_information(), apply_dependent_coupling(), apply_intensity_stereo(), apply_mid_side_stereo(), apply_prediction(), apply_window_and_mdct(), decode_ics(), encode_spectral_coeffs(), encode_window_bands_info(), imdct_and_windowing(), search_for_ms(), search_for_quantizers_anmr(), search_for_quantizers_faac(), search_for_quantizers_twoloop(), and spectral_to_sample().
Definition at line 205 of file aac.h.
Referenced by aac_encode_frame(), adjust_frame_information(), apply_dependent_coupling(), apply_intensity_stereo(), apply_mid_side_stereo(), apply_prediction(), apply_window_and_mdct(), decode_cce(), decode_cpe(), decode_ics(), decode_mid_side_stereo(), encode_band_info(), encode_individual_channel(), encode_ms_info(), encode_scale_factors(), encode_spectral_coeffs(), encode_window_bands_info(), imdct_and_windowing(), search_for_ms(), search_for_quantizers_anmr(), search_for_quantizers_faac(), search_for_quantizers_fast(), search_for_quantizers_twoloop(), and spectral_to_sample().
| PredictorState SingleChannelElement::predictor_state[MAX_PREDICTORS] | 
Definition at line 207 of file aac.h.
Referenced by adjust_frame_information(), and encode_individual_channel().
| float SingleChannelElement::ret[2048] | 
PCM output.
Definition at line 215 of file aac.h.
Referenced by apply_independent_coupling(), che_configure(), imdct_and_windowing(), and spectral_to_sample().
| float SingleChannelElement::saved[1024] | 
overlap
Definition at line 214 of file aac.h.
Referenced by apply_window_and_mdct(), and imdct_and_windowing().
| float SingleChannelElement::sf[120] | 
scalefactors
Definition at line 210 of file aac.h.
Referenced by apply_intensity_stereo(), and decode_ics().
| int SingleChannelElement::sf_idx[128] | 
scalefactor indices (used by encoder)
Definition at line 211 of file aac.h.
Referenced by encode_individual_channel(), encode_scale_factors(), encode_spectral_coeffs(), encode_window_bands_info(), search_for_ms(), search_for_quantizers_anmr(), search_for_quantizers_faac(), search_for_quantizers_fast(), and search_for_quantizers_twoloop().
| uint8_t SingleChannelElement::zeroes[128] | 
band is not coded (used by encoder)
Definition at line 212 of file aac.h.
Referenced by adjust_frame_information(), encode_scale_factors(), encode_spectral_coeffs(), encode_window_bands_info(), search_for_ms(), search_for_quantizers_anmr(), search_for_quantizers_faac(), search_for_quantizers_fast(), and search_for_quantizers_twoloop().
 1.5.8
 1.5.8