Loading lib_enc/ivas_corecoder_enc_reconfig.c +1 −1 Original line number Diff line number Diff line Loading @@ -322,7 +322,7 @@ ivas_error ivas_corecoder_enc_reconfig( if ( n_CoreCoder_existing > cpe_id * CPE_CHANNELS + n ) { #ifdef FIX_386_CORECODER_RECONFIG_2 mvr2r( input_buff[n], st_ivas->hCPE[cpe_id]->hCoreCoder[0]->input_buff, len_inp_memory ); mvr2r( input_buff[n], st_ivas->hCPE[cpe_id]->hCoreCoder[n]->input_buff, len_inp_memory ); #else mvr2r( input_buff[n], st_ivas->hCPE[cpe_id]->hCoreCoder[0]->input_buff, len_inp_memory ); /* TODO VoiceAge: Please check if this should be hCoreCoder[n] */ #endif Loading Loading
lib_enc/ivas_corecoder_enc_reconfig.c +1 −1 Original line number Diff line number Diff line Loading @@ -322,7 +322,7 @@ ivas_error ivas_corecoder_enc_reconfig( if ( n_CoreCoder_existing > cpe_id * CPE_CHANNELS + n ) { #ifdef FIX_386_CORECODER_RECONFIG_2 mvr2r( input_buff[n], st_ivas->hCPE[cpe_id]->hCoreCoder[0]->input_buff, len_inp_memory ); mvr2r( input_buff[n], st_ivas->hCPE[cpe_id]->hCoreCoder[n]->input_buff, len_inp_memory ); #else mvr2r( input_buff[n], st_ivas->hCPE[cpe_id]->hCoreCoder[0]->input_buff, len_inp_memory ); /* TODO VoiceAge: Please check if this should be hCoreCoder[n] */ #endif Loading