From 1407eb454a04acf94d07d48ac0478c54d12cf5b6 Mon Sep 17 00:00:00 2001 From: Sandesh Venkatesh Date: Thu, 4 Jul 2024 19:46:06 +0530 Subject: [PATCH] MLD-Fix for Multi-channel 7_1_4 at 512 kbps, 48kHz in, 48kHz out, BINAURAL_ROOM_REVERB out Config early reflections --- lib_rend/ivas_shoebox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_rend/ivas_shoebox.c b/lib_rend/ivas_shoebox.c index c2df17819..f09cbeac2 100644 --- a/lib_rend/ivas_shoebox.c +++ b/lib_rend/ivas_shoebox.c @@ -992,7 +992,7 @@ void ivas_shoebox_set_scene( /* Retrieve coordinate and surface sign */ coord = L_shr( loop_ub, 1 ); // tbl - rcoselev = L_add( L_add( loop_ub, 1 ), L_mult( (Word16) ER_PARAMS->n_ref, j ) ); + rcoselev = L_add( L_add( loop_ub, 1 ), L_mult0( (Word16) ER_PARAMS->n_ref, j ) ); /* Initialize image position coordinates */ im_pos_fx[0] = tmp_pos_fx[0]; // Q:22 -- GitLab