Commit b2e65be4 authored by vaclav's avatar vaclav
Browse files

one more fix under FIX_2174_JBM_BASOP_ALIGNMENT

parent b853be0b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3364,7 +3364,11 @@ static ivas_error ivas_jbm_dec_tc_audio_allocate_fx(
    IF( Opt_tsm )
    {
        n_samp_full = NS2SA_FX2( output_Fs, MAX_JBM_L_FRAME_NS );
#ifdef FIX_2174_JBM_BASOP_ALIGNMENT
        n_samp_residual = sub( hTcBuffer->n_samples_granularity, 1 );
#else
        n_samp_residual = add( hTcBuffer->n_samples_granularity, 1 );
#endif
    }
    ELSE
    {