FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ChannelElement Struct Reference

channel element - generic struct for SCE/CPE/CCE/LFE More...

#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
 

Detailed Description

channel element - generic struct for SCE/CPE/CCE/LFE

Definition at line 247 of file aac.h.

Field Documentation

int ChannelElement::common_window

Set if channels share a common 'IndividualChannelStream' in bitstream.

Definition at line 249 of file aac.h.

Referenced by aac_encode_frame(), adjust_frame_information(), and search_for_ms().

int ChannelElement::ms_mode

Signals mid/side stereo flags coding mode (used by encoder)

Definition at line 250 of file aac.h.

Referenced by adjust_frame_information(), and encode_ms_info().

uint8_t ChannelElement::ms_mask[128]

Set if mid/side stereo is used for each scalefactor window band.

Definition at line 251 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().

SingleChannelElement ChannelElement::ch[2]
ChannelCoupling ChannelElement::coup
SpectralBandReplication ChannelElement::sbr

The documentation for this struct was generated from the following file: