Commit 91454205 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_386_CORECODER_RECONFIG_2

parent 9802690c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -155,7 +155,6 @@
#define HR_METADATA                                     /* Nok: Contribution #45: encode directional MASA metadata with more bits at 384k and 512k */


#define FIX_386_CORECODER_RECONFIG_2                    /* VA: Issue 386: Resolve remaining ToDo comments in CoreCoder reconfig. */
#define FIX_439_OTR_PARAMS                              /* Philips: Issue 439: orientation tracking parameter aspects. */
#define FIX_440_PARAM_ISM_DIR_NOISE                     /* FhG: Issue 440: Fix directional background noise becoming diffuse in ParamISM */

+0 −4
Original line number Diff line number Diff line
@@ -399,11 +399,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[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
                    }
                }