Loading lib_com/ivas_mcmasa_com.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading lib_enc/updt_enc.c +2 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading lib_dec/ivas_mc_param_dec.c +1 −1 File changed.Contains only whitespace changes. Show changes lib_enc/ivas_mcmasa_enc.c +1 −1 File changed.Contains only whitespace changes. Show changes Loading
lib_com/ivas_mcmasa_com.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
lib_enc/updt_enc.c +2 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading