Loading lib_dec/init_dec_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -1558,6 +1558,8 @@ ivas_error init_decoder_ivas_fx( { return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for hTcxCfg\n" ) ); } st_fx->hTcxCfg->tcx_mdct_window_length = L_FRAME32k / 2; move16(); } ELSE { Loading Loading
lib_dec/init_dec_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -1558,6 +1558,8 @@ ivas_error init_decoder_ivas_fx( { return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for hTcxCfg\n" ) ); } st_fx->hTcxCfg->tcx_mdct_window_length = L_FRAME32k / 2; move16(); } ELSE { Loading