Loading lib_enc/ivas_stereo_dmx_evs.c +6 −6 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ static void calc_poc( freq_8k = L_FRAME16k / 2; freq_ipd_max = (int16_t) ( freq_8k * 5000.0f / ( 8000.0f * STEREO_DMX_EVS_SUBBAND_SIZE ) ); // Memorize the filters N-1 /* Memorize the filters N-1 */ for ( n = 0; n < CPE_CHANNELS; n++ ) { if ( hPHA->p_curr_taps[n] ) Loading Loading
lib_enc/ivas_stereo_dmx_evs.c +6 −6 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ static void calc_poc( freq_8k = L_FRAME16k / 2; freq_ipd_max = (int16_t) ( freq_8k * 5000.0f / ( 8000.0f * STEREO_DMX_EVS_SUBBAND_SIZE ) ); // Memorize the filters N-1 /* Memorize the filters N-1 */ for ( n = 0; n < CPE_CHANNELS; n++ ) { if ( hPHA->p_curr_taps[n] ) Loading