SingleChannelElement Struct Reference

Single Channel Element - used for both SCE and LFE elements. More...

#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]


Detailed Description

Single Channel Element - used for both SCE and LFE elements.

Definition at line 220 of file aac.h.


Member Function Documentation

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


Field Documentation

band type run end points

Definition at line 224 of file aac.h.

Referenced by apply_intensity_stereo(), and decode_ics().

Definition at line 229 of file aac.h.

Referenced by apply_prediction().

scalefactors

Definition at line 225 of file aac.h.

Referenced by apply_intensity_stereo(), and decode_ics().

Definition at line 222 of file aac.h.

Referenced by decode_ics(), and spectral_to_sample().


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

Generated on Fri Oct 26 02:35:48 2012 for FFmpeg by  doxygen 1.5.8