Loading lib_enc/ivas_stereo_dmx_evs.c +6 −2 Original line number Diff line number Diff line Loading @@ -1983,6 +1983,8 @@ void stereo_dmx_evs_enc( mvr2s( p_dmx_data, data, n_samples ); pop_wmops(); #else int16_t n; Loading @@ -1999,6 +2001,8 @@ void stereo_dmx_evs_enc( int16_t input_frame; push_wmops( "stereo_dmx_evs_enc" ); if ( is_binaural ) { /* use of is_binaural flag is to be considered */ Loading Loading @@ -2223,10 +2227,10 @@ void stereo_dmx_evs_enc( mvr2s( p_dmx_data, data, n_samples ); #endif pop_wmops(); #endif return; } Loading Loading
lib_enc/ivas_stereo_dmx_evs.c +6 −2 Original line number Diff line number Diff line Loading @@ -1983,6 +1983,8 @@ void stereo_dmx_evs_enc( mvr2s( p_dmx_data, data, n_samples ); pop_wmops(); #else int16_t n; Loading @@ -1999,6 +2001,8 @@ void stereo_dmx_evs_enc( int16_t input_frame; push_wmops( "stereo_dmx_evs_enc" ); if ( is_binaural ) { /* use of is_binaural flag is to be considered */ Loading Loading @@ -2223,10 +2227,10 @@ void stereo_dmx_evs_enc( mvr2s( p_dmx_data, data, n_samples ); #endif pop_wmops(); #endif return; } Loading