Loading lib_enc/ivas_ism_param_enc.c +6 −3 Original line number Diff line number Diff line Loading @@ -41,11 +41,11 @@ #include "ivas_rom_com.h" #include "wmops.h" #ifndef FIX_155_HP20_ISSUE #ifdef CORECODER_BITRATE_SWITCHING static ivas_error ivas_hp20_reconfig( Encoder_Struct *st_ivas, const int16_t nchan_hp20_old ); #endif #endif /*------------------------------------------------------------------------- * Local function definitions *------------------------------------------------------------------------*/ Loading Loading @@ -534,6 +534,7 @@ ivas_error ivas_ism_enc_config( st_ivas->hDirAC = NULL; } #ifndef FIX_155_HP20_ISSUE #ifdef CORECODER_BITRATE_SWITCHING ivas_hp20_reconfig( st_ivas, nchan_transport_old ); #else Loading Loading @@ -574,6 +575,7 @@ ivas_error ivas_ism_enc_config( set_f( st_ivas->mem_hp20_in[sce_id], 0.0f, L_HP20_MEM ); } #endif #endif } #else Loading @@ -588,7 +590,7 @@ ivas_error ivas_ism_enc_config( return error; } #ifndef FIX_155_HP20_ISSUE #ifdef CORECODER_BITRATE_SWITCHING // VE: this is the same function as at the decoder -> harmonize them to a new file ivas_corecoder_reconfig.c /*-------------------------------------------------------------------* Loading Loading @@ -674,3 +676,4 @@ static ivas_error ivas_hp20_reconfig( return error; } #endif #endif Loading
lib_enc/ivas_ism_param_enc.c +6 −3 Original line number Diff line number Diff line Loading @@ -41,11 +41,11 @@ #include "ivas_rom_com.h" #include "wmops.h" #ifndef FIX_155_HP20_ISSUE #ifdef CORECODER_BITRATE_SWITCHING static ivas_error ivas_hp20_reconfig( Encoder_Struct *st_ivas, const int16_t nchan_hp20_old ); #endif #endif /*------------------------------------------------------------------------- * Local function definitions *------------------------------------------------------------------------*/ Loading Loading @@ -534,6 +534,7 @@ ivas_error ivas_ism_enc_config( st_ivas->hDirAC = NULL; } #ifndef FIX_155_HP20_ISSUE #ifdef CORECODER_BITRATE_SWITCHING ivas_hp20_reconfig( st_ivas, nchan_transport_old ); #else Loading Loading @@ -574,6 +575,7 @@ ivas_error ivas_ism_enc_config( set_f( st_ivas->mem_hp20_in[sce_id], 0.0f, L_HP20_MEM ); } #endif #endif } #else Loading @@ -588,7 +590,7 @@ ivas_error ivas_ism_enc_config( return error; } #ifndef FIX_155_HP20_ISSUE #ifdef CORECODER_BITRATE_SWITCHING // VE: this is the same function as at the decoder -> harmonize them to a new file ivas_corecoder_reconfig.c /*-------------------------------------------------------------------* Loading Loading @@ -674,3 +676,4 @@ static ivas_error ivas_hp20_reconfig( return error; } #endif #endif