Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ /*MCT Debug switches*/ /*#define DEBUG_FORCE_MCT_CP*/ /* force MCT Stereo pairs for verification with SPAR */ #ifdef DEBUG_FORCE_MCT_CP /*#define DEBUG_SINGLE_CODE_OMNI*/ /* force 3 TC SBA always code W channel separatelly */ /*#define DEBUG_SINGLE_CODE_OMNI*/ /* force 3 TC SBA always code W channel separately */ #endif /*PLC Debug switches*/ Loading lib_dec/ivas_mct_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1057,7 +1057,7 @@ static ivas_error ivas_mc_dec_reconfig( /*-----------------------------------------------------------------* * Allocate the LFE handle that is coded separatelly after the allocation of the core coders * Allocate the LFE handle that is coded separately after the allocation of the core coders *-----------------------------------------------------------------*/ if ( ( st_ivas->mc_mode == MC_MODE_MCT || st_ivas->mc_mode == MC_MODE_PARAMUPMIX ) && st_ivas->hLFE == NULL ) { Loading lib_enc/ivas_mct_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -224,7 +224,7 @@ ivas_error ivas_mct_enc( /* set coded audio band-width */ switch_bw = set_bw_mct( st_ivas->hCPE, st_ivas->nCPE ); /*for MC and MCT remove pointer to LFE input that has been processed separatelly */ /*for MC and MCT remove pointer to LFE input that has been processed separately */ map_input_to_cpe_channels( st_ivas, pdata, data ); /* pre-processing */ Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ /*MCT Debug switches*/ /*#define DEBUG_FORCE_MCT_CP*/ /* force MCT Stereo pairs for verification with SPAR */ #ifdef DEBUG_FORCE_MCT_CP /*#define DEBUG_SINGLE_CODE_OMNI*/ /* force 3 TC SBA always code W channel separatelly */ /*#define DEBUG_SINGLE_CODE_OMNI*/ /* force 3 TC SBA always code W channel separately */ #endif /*PLC Debug switches*/ Loading
lib_dec/ivas_mct_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1057,7 +1057,7 @@ static ivas_error ivas_mc_dec_reconfig( /*-----------------------------------------------------------------* * Allocate the LFE handle that is coded separatelly after the allocation of the core coders * Allocate the LFE handle that is coded separately after the allocation of the core coders *-----------------------------------------------------------------*/ if ( ( st_ivas->mc_mode == MC_MODE_MCT || st_ivas->mc_mode == MC_MODE_PARAMUPMIX ) && st_ivas->hLFE == NULL ) { Loading
lib_enc/ivas_mct_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -224,7 +224,7 @@ ivas_error ivas_mct_enc( /* set coded audio band-width */ switch_bw = set_bw_mct( st_ivas->hCPE, st_ivas->nCPE ); /*for MC and MCT remove pointer to LFE input that has been processed separatelly */ /*for MC and MCT remove pointer to LFE input that has been processed separately */ map_input_to_cpe_channels( st_ivas, pdata, data ); /* pre-processing */ Loading