Loading lib_isar/isar_splitRendererPre.c +0 −1 Original line number Diff line number Diff line Loading @@ -1980,7 +1980,6 @@ void lc3plusTimeAlignCldfbPoseCorr( } /* Delay existing columns by 2 slots */ /*TODO : shouldnt the delay be 7.5 ms ? 5ms + LC3plus delay */ for ( slot_idx = CLDFB_NO_COL_MAX - 2 - 1; slot_idx >= 0; --slot_idx ) { mvr2r( Cldfb_In_BinReal[pose * BINAURAL_CHANNELS + ch][slot_idx], Cldfb_In_BinReal[pose * BINAURAL_CHANNELS + ch][slot_idx + 2], CLDFB_NO_CHANNELS_MAX ); Loading Loading
lib_isar/isar_splitRendererPre.c +0 −1 Original line number Diff line number Diff line Loading @@ -1980,7 +1980,6 @@ void lc3plusTimeAlignCldfbPoseCorr( } /* Delay existing columns by 2 slots */ /*TODO : shouldnt the delay be 7.5 ms ? 5ms + LC3plus delay */ for ( slot_idx = CLDFB_NO_COL_MAX - 2 - 1; slot_idx >= 0; --slot_idx ) { mvr2r( Cldfb_In_BinReal[pose * BINAURAL_CHANNELS + ch][slot_idx], Cldfb_In_BinReal[pose * BINAURAL_CHANNELS + ch][slot_idx + 2], CLDFB_NO_CHANNELS_MAX ); Loading