Commit e6c750f6 authored by multrus's avatar multrus
Browse files

[cleanup] formatting

parent 651a4334
Loading
Loading
Loading
Loading
Loading

lib_com/ivas_mdft_imdft.c

100644 → 100755
+2 −4
Original line number Diff line number Diff line
@@ -50,8 +50,7 @@

static void ivas_get_mdft_twid_factors(
    const int16_t length,
    const float **ppTwid
)
    const float **ppTwid )
{
    switch ( length )
    {
@@ -220,8 +219,7 @@ void ivas_mdft(
    len_by_2 = mdft_length >> 1;

    ivas_get_mdft_twid_factors( mdft_length,
                                &pTwid
    );
                                &pTwid );

    if ( mdft_length == input_length )
    {
+2 −2

File changed.File mode changed from 100644 to 100755.

Contains only whitespace changes.