Loading lib_enc/tcx_utils_enc_fx.c +2 −6 Original line number Diff line number Diff line Loading @@ -4073,22 +4073,18 @@ void ProcessIGF_ivas_fx_64( ) { Word16 i, n1, nsub, length, norm; Word16 nSubframes, L_subframeTCX; Word16 L_subframeTCX; Word16 q_spectrum; Word32 powerSpec_fx[N_MAX]; // each value has a different exponent Word16 exp_powerSpec[N_MAX]; IF( EQ_16( st->hTcxEnc->tcxMode, TCX_20 ) ) { nSubframes = 1; move16(); L_subframeTCX = st->hTcxEnc->L_frameTCX; move16(); } ELSE { nSubframes = NB_DIV; move16(); L_subframeTCX = shr( st->hTcxEnc->L_frameTCX, 1 ); } Loading Loading @@ -4173,7 +4169,7 @@ void ProcessStereoIGF_fx_64( /* Copy powerSpec values from 64 bit buffer to 32 bit buffer */ FOR( ch = 0; ch < CPE_CHANNELS; ch++ ) { n1, nsub = 1; nsub = 1; length = sts[ch]->hTcxEnc->L_frameTCX; move16(); move16(); Loading Loading
lib_enc/tcx_utils_enc_fx.c +2 −6 Original line number Diff line number Diff line Loading @@ -4073,22 +4073,18 @@ void ProcessIGF_ivas_fx_64( ) { Word16 i, n1, nsub, length, norm; Word16 nSubframes, L_subframeTCX; Word16 L_subframeTCX; Word16 q_spectrum; Word32 powerSpec_fx[N_MAX]; // each value has a different exponent Word16 exp_powerSpec[N_MAX]; IF( EQ_16( st->hTcxEnc->tcxMode, TCX_20 ) ) { nSubframes = 1; move16(); L_subframeTCX = st->hTcxEnc->L_frameTCX; move16(); } ELSE { nSubframes = NB_DIV; move16(); L_subframeTCX = shr( st->hTcxEnc->L_frameTCX, 1 ); } Loading Loading @@ -4173,7 +4169,7 @@ void ProcessStereoIGF_fx_64( /* Copy powerSpec values from 64 bit buffer to 32 bit buffer */ FOR( ch = 0; ch < CPE_CHANNELS; ch++ ) { n1, nsub = 1; nsub = 1; length = sts[ch]->hTcxEnc->L_frameTCX; move16(); move16(); Loading