Commit 8e4d31c0 authored by vaclav's avatar vaclav
Browse files

clang-format

parent f0144075
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -107,11 +107,11 @@ int32_t ivas_mcmasa_mono_brate(
    /* 25% of total bitrate is used for SCE below 96 kb/s (separated mono channel), otherwise 30% */
    if ( ivas_total_brate < IVAS_96k )
    {
        return (const int32_t) ( MCMASA_MONOBITRATIO_64k * ivas_total_brate );
        return (int32_t) ( MCMASA_MONOBITRATIO_64k * ivas_total_brate );
    }
    else
    {
        return (const int32_t) ( MCMASA_MONOBITRATIO * ivas_total_brate );
        return (int32_t) ( MCMASA_MONOBITRATIO * ivas_total_brate );
    }
}
#else
+2 −1
Original line number Diff line number Diff line
@@ -299,7 +299,8 @@ void updt_IO_switch_enc(
void updt_enc_common(
    Encoder_State *st /* i/o: encoder state structure     */
#ifndef FIX_MC_BR_SW_MCT_UPDT_ENC_COMMON
    ,const float Etot   /* i  : total energy                */
    ,
    const float Etot /* i  : total energy                */
#endif
)
{
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.