Commit d1190eae authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_1044_ISM_REND_MEMORY

parent f364f9c1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@
#endif

#define NONBE_FIX_984_OMASA_EXT_OUTPUT                        /* Nokia: issue #984: complete the OMASA EXT output implementation */
#define FIX_1044_ISM_REND_MEMORY                        /* VA: issue 1044: Lower the memory of the ISM renderer handle. */

#define USE_NEW_HRTF_BINARY_FILE_FORMAT                 /* Orange: to activate when decided to change the hrtf binary file format */

+0 −8
Original line number Diff line number Diff line
@@ -853,18 +853,10 @@ typedef struct ivas_lfe_dec_data_structure

typedef struct renderer_struct
{
#ifdef FIX_1044_ISM_REND_MEMORY
    Word32 prev_gains_fx[MAX_NUM_OBJECTS][MAX_OUTPUT_CHANNELS]; /*Q30*/
#else
    Word32 prev_gains_fx[MAX_CICP_CHANNELS - 1][MAX_OUTPUT_CHANNELS]; /*Q30*/
#endif
    Word16 *interpolator_fx; /*Q15*/
    Word16 interpolator_len;
#ifdef FIX_1044_ISM_REND_MEMORY
    Word32 gains_fx[MAX_NUM_OBJECTS][MAX_OUTPUT_CHANNELS]; /*Q30*/
#else
    Word32 gains_fx[MAX_CICP_CHANNELS - 1][MAX_OUTPUT_CHANNELS];      /*Q30*/
#endif

} ISM_RENDERER_DATA, *ISM_RENDERER_HANDLE;