Loading lib_dec/ivas_dec_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -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 ) ) Loading Loading
lib_dec/ivas_dec_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -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 ) ) Loading