Commit adb04d3e authored by Mohammadreza Naghibzadeh's avatar Mohammadreza Naghibzadeh
Browse files

Add explanatory comment.

parent 3fb7ab5f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -632,6 +632,8 @@ ivas_error ivas_dec_fx(
        {
            Word16 size = add( st_ivas->hSpar->hMdDec->spar_md_cfg.nchan_transport, sba_ch_idx );
#ifdef FIX_2440_AGC_PRESCALING
            // For nchan_transport = 3, the fourth input audio channel in ivas_spar_dec_agc_pca_fx() is also used,
            // so one additional channel must be aligned to Q14.
            if ( EQ_16( st_ivas->nchan_transport, 3 ) )
#else
            if ( EQ_16( size, 3 ) )