Loading lib_enc/ivas_stereo_dmx_evs.c +7 −0 Original line number Diff line number Diff line Loading @@ -1163,6 +1163,13 @@ void stereo_dmx_evs_enc( int16_t input_frame; #ifdef BINAURAL_AUDIO_CMDLINE if (is_binaural) { /* use of is_binaural flag is to be considered */ } #endif input_frame = (int16_t) ( input_Fs / FRAMES_PER_SEC ); for ( n = 0; n < input_frame; n++ ) Loading Loading
lib_enc/ivas_stereo_dmx_evs.c +7 −0 Original line number Diff line number Diff line Loading @@ -1163,6 +1163,13 @@ void stereo_dmx_evs_enc( int16_t input_frame; #ifdef BINAURAL_AUDIO_CMDLINE if (is_binaural) { /* use of is_binaural flag is to be considered */ } #endif input_frame = (int16_t) ( input_Fs / FRAMES_PER_SEC ); for ( n = 0; n < input_frame; n++ ) Loading