Loading lib_dec/ivas_osba_dec.c +1 −9 Original line number Diff line number Diff line Loading @@ -343,19 +343,11 @@ ivas_error ivas_osba_render( { float tmp_ism_out[MAX_OUTPUT_CHANNELS][L_FRAME48k]; float *p_tmp_ism_out[MAX_OUTPUT_CHANNELS]; int16_t n, nchan_out, nchan_ism, sba_ch_idx; int16_t n, nchan_out, nchan_ism; ivas_error error; nchan_out = st_ivas->hDecoderConfig->nchan_out; nchan_ism = st_ivas->nchan_ism; if ( st_ivas->ism_mode == ISM_SBA_MODE_DISC ) { sba_ch_idx = st_ivas->nchan_ism; } else { sba_ch_idx = 0; } for ( n = 0; n < nchan_out; n++ ) { Loading lib_dec/ivas_spar_decoder.c +0 −1 Original line number Diff line number Diff line Loading @@ -1410,7 +1410,6 @@ void ivas_spar_dec_upmixer( #ifdef JBM_FOR_OSBA int16_t nchan_internal_total; int16_t sba_ch_offset; float *p_tddecorr_in[MAX_OUTPUT_CHANNELS]; #endif hSpar = st_ivas->hSpar; Loading Loading
lib_dec/ivas_osba_dec.c +1 −9 Original line number Diff line number Diff line Loading @@ -343,19 +343,11 @@ ivas_error ivas_osba_render( { float tmp_ism_out[MAX_OUTPUT_CHANNELS][L_FRAME48k]; float *p_tmp_ism_out[MAX_OUTPUT_CHANNELS]; int16_t n, nchan_out, nchan_ism, sba_ch_idx; int16_t n, nchan_out, nchan_ism; ivas_error error; nchan_out = st_ivas->hDecoderConfig->nchan_out; nchan_ism = st_ivas->nchan_ism; if ( st_ivas->ism_mode == ISM_SBA_MODE_DISC ) { sba_ch_idx = st_ivas->nchan_ism; } else { sba_ch_idx = 0; } for ( n = 0; n < nchan_out; n++ ) { Loading
lib_dec/ivas_spar_decoder.c +0 −1 Original line number Diff line number Diff line Loading @@ -1410,7 +1410,6 @@ void ivas_spar_dec_upmixer( #ifdef JBM_FOR_OSBA int16_t nchan_internal_total; int16_t sba_ch_offset; float *p_tddecorr_in[MAX_OUTPUT_CHANNELS]; #endif hSpar = st_ivas->hSpar; Loading