Commit e8f008ad authored by vaclav's avatar vaclav
Browse files

formatting

parent 5fe3dbd6
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ void ivas_write_format_fx(
    return;
}


/*-------------------------------------------------------------------*
 * ivas_write_format_sid()
 *
@@ -230,6 +231,7 @@ void ivas_write_format_sid_fx(
    return;
}


/*-------------------------------------------------------------------*
 * getNumChanAnalysis()
 *
@@ -333,13 +335,13 @@ void copy_encoder_config_fx(
    st_fx->force_dir = st_ivas->hEncoderConfig->force_dir;
#endif
#endif

    st_fx->element_mode = st_ivas->hEncoderConfig->element_mode_init; /* Q0 */
    move16();

    return;
}


/*-------------------------------------------------------------------------
 * ivas_initialize_handles_enc_fx()
 *
@@ -674,6 +676,7 @@ ivas_error ivas_init_encoder_fx(
            {
                return error;
            }

            test();
            IF( EQ_16( ivas_format, SBA_FORMAT ) && st_ivas->hEncoderConfig->Opt_DTX_ON )
            {
@@ -747,6 +750,7 @@ ivas_error ivas_init_encoder_fx(
        {
            return error;
        }

        IF( ( error = ivas_masa_enc_open_fx( st_ivas ) ) != IVAS_ERR_OK )
        {
            return error;
@@ -853,6 +857,7 @@ ivas_error ivas_init_encoder_fx(
                return error;
            }
        }

        IF( ( error = ivas_osba_enc_open_fx( st_ivas ) ) != IVAS_ERR_OK )
        {
            return error;