Commit 58885bc4 authored by vaclav's avatar vaclav
Browse files

Issue 386: Resolve remaining ToDo comments in CoreCoder reconfig.; under...

Issue 386: Resolve remaining ToDo comments in CoreCoder reconfig.; under FIX_386_CORECODER_RECONFIG_2
parent aea05516
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@
#define FIX_355_REFACTOR_PARAMBIN_TO_5MS                /* Nokia: Fixes issue 355 by refactoring parametric binauralizer code to 5 ms mode */
#define FIX_411_EVS_BE_TESTS_ON_WINDOWS_FAILING         /* Eri: Fix incorrect use of stack variable used for channel aware config file */
#define COMBINED_FORMAT_SIGNALING                       /* VA: Introduce a signaling bit for combined format coding */

#define FIX_386_CORECODER_RECONFIG_2                    /* VA: Issue 386: Resolve remaining ToDo comments in CoreCoder reconfig. */


/* ################## End DEVELOPMENT switches ######################### */
+4 −0
Original line number Diff line number Diff line
@@ -321,7 +321,11 @@ 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 );
#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
                    }
                }