Commit 680ce470 authored by lefort's avatar lefort
Browse files

Useless code removed.

parent 2d817a9e
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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];