Loading apps/decoder.c +1 −2 Original line number Diff line number Diff line Loading @@ -2279,8 +2279,7 @@ static ivas_error decodeVoIP( /* decode and get samples */ if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, pcmBuf, systemTime_ms if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, pcmBuf, systemTime_ms #if defined( JBM_TSM_ON_TCS ) || defined( VARIABLE_SPEED_DECODING ) , &nSamplesAvailableNext Loading lib_com/fd_cng_com.c +1 −0 Original line number Diff line number Diff line Loading @@ -940,6 +940,7 @@ void SynthesisSTFT( return; } #ifdef JBM_TSM_ON_TCS /*------------------------------------------------------------------- * SynthesisSTFT_dirac() Loading lib_com/ivas_prot.h +119 −117 Original line number Diff line number Diff line Loading @@ -863,6 +863,7 @@ void ivas_jbm_dec_td_renderers_adapt_subframes( ); #endif /*----------------------------------------------------------------------------------* * ISM prototypes *----------------------------------------------------------------------------------*/ Loading Loading @@ -4250,7 +4251,8 @@ ivas_error ivas_dirac_dec_output_synthesis_cov_open( #ifdef JBM_TSM_ON_TCS void ivas_dirac_dec_output_synthesis_get_interpolator( DIRAC_OUTPUT_SYNTHESIS_PARAMS *h_dirac_output_synthesis_params, /* i/o: handle for the covariance synthesis parameters */ const uint16_t interp_length ); const uint16_t interp_length /* i : interpolator length */ ); #endif void ivas_dirac_dec_output_synthesis_cov_init( Loading lib_com/ivas_tools.c +2 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,7 @@ uint32_t ivas_syn_output( return noClipping; } #ifdef JBM_TSM_ON_TCS /*-------------------------------------------------------------------* * ivas_syn_output_f() Loading Loading @@ -197,6 +198,7 @@ void ivas_syn_output_f( } #endif /*-------------------------------------------------------------------* * mvr2r_inc() * Loading lib_com/options.h +2 −2 Original line number Diff line number Diff line Loading @@ -208,8 +208,8 @@ #define FIX_642 /* FhG: Fix for issue 642, buggy DoA-array access in DirAC head rotation*/ #define FIX_443_FD_CNG_INIT /* FhG: correct bitrate value for FD-CNG init */ #define VARIABLE_SPEED_DECODING /* FhG: variable speed decoding employing the JBM functioniality */ #define JBM_TSM_ON_TCS /* FhG: run the TSM part of JBM on the TCs instead of the final output pcm waveforms */ #define VARIABLE_SPEED_DECODING /* FhG: Contribution 37: variable speed decoding employing the JBM functioniality */ #define JBM_TSM_ON_TCS /* FhG: Contribution 37: run the TSM part of JBM on the TCs instead of the final output pcm waveforms */ #define FIX_DTX_428 /* FhG: fix for issue 428, crash with DTX and bitrate switching */ Loading Loading
apps/decoder.c +1 −2 Original line number Diff line number Diff line Loading @@ -2279,8 +2279,7 @@ static ivas_error decodeVoIP( /* decode and get samples */ if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, pcmBuf, systemTime_ms if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, pcmBuf, systemTime_ms #if defined( JBM_TSM_ON_TCS ) || defined( VARIABLE_SPEED_DECODING ) , &nSamplesAvailableNext Loading
lib_com/fd_cng_com.c +1 −0 Original line number Diff line number Diff line Loading @@ -940,6 +940,7 @@ void SynthesisSTFT( return; } #ifdef JBM_TSM_ON_TCS /*------------------------------------------------------------------- * SynthesisSTFT_dirac() Loading
lib_com/ivas_prot.h +119 −117 Original line number Diff line number Diff line Loading @@ -863,6 +863,7 @@ void ivas_jbm_dec_td_renderers_adapt_subframes( ); #endif /*----------------------------------------------------------------------------------* * ISM prototypes *----------------------------------------------------------------------------------*/ Loading Loading @@ -4250,7 +4251,8 @@ ivas_error ivas_dirac_dec_output_synthesis_cov_open( #ifdef JBM_TSM_ON_TCS void ivas_dirac_dec_output_synthesis_get_interpolator( DIRAC_OUTPUT_SYNTHESIS_PARAMS *h_dirac_output_synthesis_params, /* i/o: handle for the covariance synthesis parameters */ const uint16_t interp_length ); const uint16_t interp_length /* i : interpolator length */ ); #endif void ivas_dirac_dec_output_synthesis_cov_init( Loading
lib_com/ivas_tools.c +2 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,7 @@ uint32_t ivas_syn_output( return noClipping; } #ifdef JBM_TSM_ON_TCS /*-------------------------------------------------------------------* * ivas_syn_output_f() Loading Loading @@ -197,6 +198,7 @@ void ivas_syn_output_f( } #endif /*-------------------------------------------------------------------* * mvr2r_inc() * Loading
lib_com/options.h +2 −2 Original line number Diff line number Diff line Loading @@ -208,8 +208,8 @@ #define FIX_642 /* FhG: Fix for issue 642, buggy DoA-array access in DirAC head rotation*/ #define FIX_443_FD_CNG_INIT /* FhG: correct bitrate value for FD-CNG init */ #define VARIABLE_SPEED_DECODING /* FhG: variable speed decoding employing the JBM functioniality */ #define JBM_TSM_ON_TCS /* FhG: run the TSM part of JBM on the TCs instead of the final output pcm waveforms */ #define VARIABLE_SPEED_DECODING /* FhG: Contribution 37: variable speed decoding employing the JBM functioniality */ #define JBM_TSM_ON_TCS /* FhG: Contribution 37: run the TSM part of JBM on the TCs instead of the final output pcm waveforms */ #define FIX_DTX_428 /* FhG: fix for issue 428, crash with DTX and bitrate switching */ Loading