Loading lib_dec/ivas_stereo_dft_dec_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,8 @@ ivas_error stereo_dft_dec_create_fx( return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for TCX-LTP handle\n" ) ); } set_zero_fx( hStereoDft_loc->hb_nrg_subr_fx, STEREO_DFT_NBDIV ); /*Setting hb_nrg_subr_fx to zero*/ hStereoDft_loc->q_hb_nrg_subr = Q31; move16(); hStereoDft_loc->hConfig->force_mono_transmission = 0; move16(); Loading Loading
lib_dec/ivas_stereo_dft_dec_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,8 @@ ivas_error stereo_dft_dec_create_fx( return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for TCX-LTP handle\n" ) ); } set_zero_fx( hStereoDft_loc->hb_nrg_subr_fx, STEREO_DFT_NBDIV ); /*Setting hb_nrg_subr_fx to zero*/ hStereoDft_loc->q_hb_nrg_subr = Q31; move16(); hStereoDft_loc->hConfig->force_mono_transmission = 0; move16(); Loading