Commented out code in SPAR
As a follow-up to #554 (closed), there is more commented-out code in SPAR to be reviewed and removed or e.g. put under a debugging switch.
- ..\lib_dec\ivas_spar_md_dec.c(697):#if 0
- ..\lib_enc\ivas_spar_encoder.c(747):#if 0 /* SBA_TD_RESIDUAL */
- ..\lib_debug\sba_debug.c(205):#if 0****
- ..\lib_enc\ivas_spar_encoder.c(114): // bw = ivas_get_bw_idx_from_sample_rate(pCfg->input_Fs);
- ..\lib_enc\ivas_spar_encoder.c(116): // ivas_set_bitrate_config(&hSpar->hMdEnc->spar_md_cfg, table_idx);
- ..\lib_enc\ivas_spar_encoder.c(417 + similar): // start_nb_bits = hMetaData->nb_bits_tot;
- debugging code under SPAR_HOA_DBG is often commented out - should it be removed?
- ..\lib_dec\ivas_spar_md_dec.c - two instances: #ifdef DEBUG_LBR_SBA /* Dumping SPAR HOA Coefficients */ /*char f_name[100]; . . . #endif