1 Jun 2009 13:31
[soc]: r4364 - in wmapro: wma3.h wma3dec.c
Author: faust3
Date: Mon Jun 1 13:31:20 2009
New Revision: 4364
Log:
simplified wma_inverse_channel_transform
Modified:
wmapro/wma3.h
wmapro/wma3dec.c
Modified: wmapro/wma3.h
==============================================================================
--- wmapro/wma3.h Sun May 31 18:52:15 2009 (r4363)
+++ wmapro/wma3.h Mon Jun 1 13:31:20 2009 (r4364)
<at> <at> -78,7 +78,7 <at> <at> typedef struct {
char transform; ///< controls the type of the transform
char transform_band[MAX_BANDS]; ///< controls if the transform is enabled for a certain band
float decorrelation_matrix[MAX_CHANNELS*MAX_CHANNELS]; ///< decorrelation matrix
- char use_channel[MAX_CHANNELS]; ///< channels that are part of the group
+ float* channel_data[MAX_CHANNELS]; ///< transformation coefficients
} WMA3ChannelGroup;
/**
Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c Sun May 31 18:52:15 2009 (r4363)
+++ wmapro/wma3dec.c Mon Jun 1 13:31:20 2009 (r4364)
<at> <at> -671,12 +671,11 <at> <at> static int wma_decode_channel_transform(
(Continue reading)
RSS Feed