Loading lib_enc/ivas_core_pre_proc_front.c +2 −1 Original line number Diff line number Diff line Loading @@ -297,8 +297,9 @@ ivas_error pre_proc_front_ivas_fx( } #ifdef DEBUG_MODE_INFO if ( !( hCPE->hStereoTD != NULL && ch_idx > 0 ) ) if ( !( hCPE != NULL && hCPE->hStereoTD != NULL && ch_idx > 0 ) ) { /* for TD stereo only write out first channel. The existence of a second channel can vary, this is just easier to handle */ int16_t tmpF[L_FRAME48k]; for ( int16_t isample = 0; isample < input_frame; isample++ ) { Loading Loading
lib_enc/ivas_core_pre_proc_front.c +2 −1 Original line number Diff line number Diff line Loading @@ -297,8 +297,9 @@ ivas_error pre_proc_front_ivas_fx( } #ifdef DEBUG_MODE_INFO if ( !( hCPE->hStereoTD != NULL && ch_idx > 0 ) ) if ( !( hCPE != NULL && hCPE->hStereoTD != NULL && ch_idx > 0 ) ) { /* for TD stereo only write out first channel. The existence of a second channel can vary, this is just easier to handle */ int16_t tmpF[L_FRAME48k]; for ( int16_t isample = 0; isample < input_frame; isample++ ) { Loading