Commit c53da5ec authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

reduce DIRAC_MAX_ANA_CHANS from 16 to 11

parent 5091abc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -908,7 +908,7 @@ typedef enum
 *----------------------------------------------------------------------------------*/

#ifdef HODIRAC
#define DIRAC_MAX_ANA_CHANS                     16                          /* Maximum number of channels for DirAC analysis */
#define DIRAC_MAX_ANA_CHANS                     11                          /* Maximum number of channels for DirAC analysis */
#else
#define DIRAC_MAX_ANA_CHANS                     FOA_CHANNELS                /* Maximum number of channels for DirAC analysis */
#endif
+1 −1
Original line number Diff line number Diff line
@@ -1475,7 +1475,7 @@ const int16_t pr_pd_idx_pairs[3][3][2] = { { { 1, 1 },{ 2, 2 },{ 3, 3 } },{ { 1,

#ifdef HODIRAC
const int16_t remix_order_set[1][DIRAC_MAX_ANA_CHANS] = { /* WYZX --> WYXZ... */
    { 0, 1, 3, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }
    { 0, 1, 3, 2, 4, 5, 6, 7, 8, 9, 10 }
};
#else
const int16_t remix_order_set[1][IVAS_SPAR_MAX_CH] = { /* WYZX --> WYXZ... */