Loading lib_com/options.h +2 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,8 @@ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ #define API_5MS /* FhG: 5ms rendering capability */ #define FIX_RENDMC_LOCAL_ORIENTATION #define SPLIT_REND_WITH_HEAD_ROT /* Dlb,FhG: Split Rendering contributions 21 and 35 */ #ifdef SPLIT_REND_WITH_HEAD_ROT #define SPLIT_REND_PRED_QUANT_63_PNTS Loading lib_rend/lib_rend.c +3 −0 Original line number Diff line number Diff line Loading @@ -6906,6 +6906,9 @@ static ivas_error renderMcToSplitBinaural( copyBufferTo2dArray( mcInput->base.inputBuffer, tmpRendBuffer ); /* Render */ #ifdef FIX_RENDMC_LOCAL_ORIENTATION pCombinedOrientationDataLocal = &combinedOrientationDataLocal; #endif if ( ( error = ivas_td_binaural_renderer_ext( ( pos_idx == 0 ) ? &mcInput->tdRendWrapper : &mcInput->splitTdRendWrappers[pos_idx - 1], mcInput->base.inConfig, &mcInput->customLsInput, Loading Loading
lib_com/options.h +2 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,8 @@ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ #define API_5MS /* FhG: 5ms rendering capability */ #define FIX_RENDMC_LOCAL_ORIENTATION #define SPLIT_REND_WITH_HEAD_ROT /* Dlb,FhG: Split Rendering contributions 21 and 35 */ #ifdef SPLIT_REND_WITH_HEAD_ROT #define SPLIT_REND_PRED_QUANT_63_PNTS Loading
lib_rend/lib_rend.c +3 −0 Original line number Diff line number Diff line Loading @@ -6906,6 +6906,9 @@ static ivas_error renderMcToSplitBinaural( copyBufferTo2dArray( mcInput->base.inputBuffer, tmpRendBuffer ); /* Render */ #ifdef FIX_RENDMC_LOCAL_ORIENTATION pCombinedOrientationDataLocal = &combinedOrientationDataLocal; #endif if ( ( error = ivas_td_binaural_renderer_ext( ( pos_idx == 0 ) ? &mcInput->tdRendWrapper : &mcInput->splitTdRendWrappers[pos_idx - 1], mcInput->base.inConfig, &mcInput->customLsInput, Loading