Loading lib_com/ivas_cnst.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading lib_com/ivas_rom_com.c +1 −1 Original line number Diff line number Diff line Loading @@ -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... */ Loading Loading
lib_com/ivas_cnst.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
lib_com/ivas_rom_com.c +1 −1 Original line number Diff line number Diff line Loading @@ -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... */ Loading