Loading lib_rend/ivas_dirac_dec_binaural_functions_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -4032,7 +4032,7 @@ static void matrixTransp1Mul_fx( move32(); } } *q_out = add( add( add( q_A, q_B ), 1 ), common_lsh ); *q_out = sub( add( add( add( q_A, q_B ), 1 ), common_lsh ), 32 ); move16(); #else Word16 q_tmp_outRe_fx[BINAURAL_CHANNELS][BINAURAL_CHANNELS]; Loading Loading
lib_rend/ivas_dirac_dec_binaural_functions_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -4032,7 +4032,7 @@ static void matrixTransp1Mul_fx( move32(); } } *q_out = add( add( add( q_A, q_B ), 1 ), common_lsh ); *q_out = sub( add( add( add( q_A, q_B ), 1 ), common_lsh ), 32 ); move16(); #else Word16 q_tmp_outRe_fx[BINAURAL_CHANNELS][BINAURAL_CHANNELS]; Loading