Loading lib_dec/evs_dec_fx.c +4 −1 Original line number Diff line number Diff line Loading @@ -315,8 +315,11 @@ ivas_error evs_dec_fx( /*---------------------------------------------------------------------* * Preprocessing (preparing) for ACELP/HQ core switching *---------------------------------------------------------------------*/ #ifdef FIX_BASOP_2262_OLAP_BUFFER_SYNTH_SWITCHING IF( ( error = core_switching_pre_dec_fx( st_fx, output_frame, -1, 1, EVS_MONO, EVS_MONO, -1, &tmp16 ) ) != IVAS_ERR_OK ) #else IF( ( error = core_switching_pre_dec_fx( st_fx, output_frame, -1, 1, EVS_MONO, EVS_MONO, -1, &tmp16, &tmp16 ) ) != IVAS_ERR_OK ) #endif { return error; } Loading Loading
lib_dec/evs_dec_fx.c +4 −1 Original line number Diff line number Diff line Loading @@ -315,8 +315,11 @@ ivas_error evs_dec_fx( /*---------------------------------------------------------------------* * Preprocessing (preparing) for ACELP/HQ core switching *---------------------------------------------------------------------*/ #ifdef FIX_BASOP_2262_OLAP_BUFFER_SYNTH_SWITCHING IF( ( error = core_switching_pre_dec_fx( st_fx, output_frame, -1, 1, EVS_MONO, EVS_MONO, -1, &tmp16 ) ) != IVAS_ERR_OK ) #else IF( ( error = core_switching_pre_dec_fx( st_fx, output_frame, -1, 1, EVS_MONO, EVS_MONO, -1, &tmp16, &tmp16 ) ) != IVAS_ERR_OK ) #endif { return error; } Loading