Loading lib_isar/lib_isar_pre_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ ivas_error ISAR_PRE_REND_MultiBinToSplitBinaural( else { int16_t ch, slot_idx, num_slots; num_slots = (int16_t) isar_frame_size_ms * 1000000 / CLDFB_SLOT_NS; num_slots = (int16_t) ( isar_frame_size_ms * 1000000 / CLDFB_SLOT_NS ); /* CLDFB synthesis of main pose */ for ( ch = 0; ch < BINAURAL_CHANNELS; ch++ ) Loading Loading
lib_isar/lib_isar_pre_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ ivas_error ISAR_PRE_REND_MultiBinToSplitBinaural( else { int16_t ch, slot_idx, num_slots; num_slots = (int16_t) isar_frame_size_ms * 1000000 / CLDFB_SLOT_NS; num_slots = (int16_t) ( isar_frame_size_ms * 1000000 / CLDFB_SLOT_NS ); /* CLDFB synthesis of main pose */ for ( ch = 0; ch < BINAURAL_CHANNELS; ch++ ) Loading