#include <aac.h>
Data Fields | |
int | common_window |
Set if channels share a common 'IndividualChannelStream' in bitstream. | |
int | ms_mode |
Signals mid/side stereo flags coding mode (used by encoder). | |
uint8_t | ms_mask [128] |
Set if mid/side stereo is used for each scalefactor window band. | |
SingleChannelElement | ch [2] |
ChannelCoupling | coup |
SpectralBandReplication | sbr |
Definition at line 248 of file aac.h.
Definition at line 254 of file aac.h.
Referenced by aac_decode_frame_int(), aac_encode_frame(), adjust_frame_information(), apply_channel_coupling(), apply_dependent_coupling(), apply_independent_coupling(), apply_intensity_stereo(), apply_mid_side_stereo(), che_configure(), decode_cce(), decode_cpe(), decode_mid_side_stereo(), encode_ms_info(), flush(), search_for_ms(), and spectral_to_sample().
Set if channels share a common 'IndividualChannelStream' in bitstream.
Definition at line 250 of file aac.h.
Referenced by aac_encode_frame(), adjust_frame_information(), and search_for_ms().
Definition at line 256 of file aac.h.
Referenced by apply_channel_coupling(), apply_dependent_coupling(), apply_independent_coupling(), decode_cce(), and spectral_to_sample().
Set if mid/side stereo is used for each scalefactor window band.
Definition at line 252 of file aac.h.
Referenced by aac_encode_frame(), adjust_frame_information(), apply_intensity_stereo(), apply_mid_side_stereo(), decode_mid_side_stereo(), encode_ms_info(), and search_for_ms().
Signals mid/side stereo flags coding mode (used by encoder).
Definition at line 251 of file aac.h.
Referenced by adjust_frame_information(), and encode_ms_info().
Definition at line 257 of file aac.h.
Referenced by aac_decode_close(), che_configure(), decode_extension_payload(), and spectral_to_sample().