Loading lib_enc/ivas_stereo_dmx_evs_fx.c +0 −6 Original line number Diff line number Diff line Loading @@ -1022,12 +1022,6 @@ static void calc_poc_fx( } move16(); Word16 rfft_pha_buf_0[L_FRAME48k]; // Temporary solution FOR( n = 0; n < L_FRAME48k; n++ ) { rfft_pha_buf_0[n] = 0; } /* Channel selection based on spikyness of R2L/L2R impulse responses */ tmp1 = spectral_flatness_fx( rfft_pha_buf, NULL, hPHA->pha_len ); rfft_pha_buf[sub( input_frame_pha, hPHA->pha_len )] = rfft_pha_buf[0]; Loading Loading
lib_enc/ivas_stereo_dmx_evs_fx.c +0 −6 Original line number Diff line number Diff line Loading @@ -1022,12 +1022,6 @@ static void calc_poc_fx( } move16(); Word16 rfft_pha_buf_0[L_FRAME48k]; // Temporary solution FOR( n = 0; n < L_FRAME48k; n++ ) { rfft_pha_buf_0[n] = 0; } /* Channel selection based on spikyness of R2L/L2R impulse responses */ tmp1 = spectral_flatness_fx( rfft_pha_buf, NULL, hPHA->pha_len ); rfft_pha_buf[sub( input_frame_pha, hPHA->pha_len )] = rfft_pha_buf[0]; Loading