Loading lib_dec/ivas_dirac_dec.c +4 −5 Original line number Diff line number Diff line Loading @@ -4979,7 +4979,6 @@ void ivas_dirac_dec_render_sf_fx( v_add_fixed( reference_power_fx, reference_power_smooth_fx, reference_power_smooth_fx, hSpatParamRendCom->num_freq_bands, 1 ); q_reference_power_smooth = sub( q_reference_power_smooth, 1 ); #endif } } Loading lib_rend/ivas_dirac_output_synthesis_dec.c +147 −148 Original line number Diff line number Diff line Loading @@ -4175,7 +4175,6 @@ void ivas_dirac_dec_output_synthesis_process_subframe_psd_ls_fx( p_gains_dir++; /*diffuse*/ *( p_cy_auto_diff_smooth_prev ) = L_add( Mpy_32_32( g1, ( *( p_cy_auto_diff_smooth ) ) ), Mpy_32_32( g2, ( *( p_cy_auto_diff_smooth_prev ) ) ) ); // (Q31, q_cy_auto_diff_smooth_prev) -> q_cy_auto_diff_smooth_prev Loading Loading
lib_dec/ivas_dirac_dec.c +4 −5 Original line number Diff line number Diff line Loading @@ -4979,7 +4979,6 @@ void ivas_dirac_dec_render_sf_fx( v_add_fixed( reference_power_fx, reference_power_smooth_fx, reference_power_smooth_fx, hSpatParamRendCom->num_freq_bands, 1 ); q_reference_power_smooth = sub( q_reference_power_smooth, 1 ); #endif } } Loading
lib_rend/ivas_dirac_output_synthesis_dec.c +147 −148 Original line number Diff line number Diff line Loading @@ -4175,7 +4175,6 @@ void ivas_dirac_dec_output_synthesis_process_subframe_psd_ls_fx( p_gains_dir++; /*diffuse*/ *( p_cy_auto_diff_smooth_prev ) = L_add( Mpy_32_32( g1, ( *( p_cy_auto_diff_smooth ) ) ), Mpy_32_32( g2, ( *( p_cy_auto_diff_smooth_prev ) ) ) ); // (Q31, q_cy_auto_diff_smooth_prev) -> q_cy_auto_diff_smooth_prev Loading