Maven module :un.storage : media-aac :
Class : un.storage.media.aac.ps.Filterbank
Extends/Implements : un.storage.media.aac.ps.PSTables
Subclasses : -

author  Alexander Simm


Variables : -
Functions : Filterbank, hybrid_analysis, channel_filter2, channel_filter4, DCT3_4_unscaled, channel_filter8, DCT3_6_unscaled, channel_filter12, hybrid_synthesis



void Filterbank (int numTimeSlotsRate)

void hybrid_analysis (float[][][] X, float[][][] X_hybrid, boolean use34, int numTimeSlotsRate)


/* real filter, size 2 */
void channel_filter2 (int frame_len, float[] filter, float[][] buffer, float[][][] X_hybrid)


/* complex filter, size 4 */
void channel_filter4 (int frame_len, float[] filter, float[][] buffer, float[][][] X_hybrid)

void DCT3_4_unscaled (float[] y, float[] x)


/* complex filter, size 8 */
void channel_filter8 (int frame_len, float[] filter, float[][] buffer, float[][][] X_hybrid)

void DCT3_6_unscaled (float[] y, float[] x)


/* complex filter, size 12 */
void channel_filter12 (int frame_len, float[] filter, float[][] buffer, float[][][] X_hybrid)

void hybrid_synthesis (float[][][] X, float[][][] X_hybrid, boolean use34, int numTimeSlotsRate)