Loading lib_enc/ivas_stereo_dmx_evs_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -1799,6 +1799,7 @@ void stereo_dmx_evs_enc_fx( Word64 W_tmp; Word16 W_tmp_q; push_wmops( "stereo_dmx_evs_enc" ); if ( is_binaural ) { /* use of is_binaural flag is to be considered */ Loading Loading @@ -2149,6 +2150,7 @@ void stereo_dmx_evs_enc_fx( } Copy_Scale_sig32_16( p_dmx_data, data, n_samples, 5 ); // Q26->Q15 pop_wmops(); return; } Loading Loading
lib_enc/ivas_stereo_dmx_evs_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -1799,6 +1799,7 @@ void stereo_dmx_evs_enc_fx( Word64 W_tmp; Word16 W_tmp_q; push_wmops( "stereo_dmx_evs_enc" ); if ( is_binaural ) { /* use of is_binaural flag is to be considered */ Loading Loading @@ -2149,6 +2150,7 @@ void stereo_dmx_evs_enc_fx( } Copy_Scale_sig32_16( p_dmx_data, data, n_samples, 5 ); // Q26->Q15 pop_wmops(); return; } Loading