Skip to content

Documenting the DEBUG_SPAR_DIRAC_WRITE_OUT_PRED_PARS debug switch

Adam Mills requested to merge 604-Clean-up-SPAR-debug-switches into main

Basic Info

Reason why this change is needed

  • There are still a number of debugging-switches in the code which are documented in options.h. I'm wondering, whether these could be removed or whether they should at least be documented in options.h.
./lib_dec/ivas_spar_md_dec.c:#ifdef DEBUG_SPAR_DIRAC_WRITE_OUT_PRED_PARS
./lib_dec/ivas_stereo_dft_dec.c:#ifdef DBG_TD_STEFI
./lib_dec/ivas_stereo_ica_dec.c:#ifdef QC_DBG_DFT_NO_SHIFT_DEC
./lib_dec/ivas_stereo_icbwe_dec.c:#ifdef QC_DBG_ICBWE
./lib_enc/ivas_mcmasa_enc.c:#ifdef DISABLE_DIRAC_DELAY_COMP
./lib_enc/ivas_spar_encoder.c:#ifdef DEBUG_SPAR_DIRAC_WRITE_OUT_PRED_PARS
./lib_enc/ivas_spar_encoder.c:#if 0 /* SBA_TD_RESIDUAL */
./lib_enc/ivas_stereo_dft_enc.c:#ifdef DEBUG_MODE_DFT_BITS
./lib_enc/ivas_stereo_dft_enc_itd.c:#ifdef DEBUG_STEREO_CLF
./lib_enc/ivas_stereo_td_analysis.c:#ifdef FORCE_RATIO_L_0
./lib_enc/lib_enc.c:#if 0 // IVAS_fmToDo: temporary disabled to keep EVS bit-exactness -> to be verified
./lib_enc/ivas_stereo_icbwe_enc.c:#ifdef QC_DBG_ICBWE

Description of the change

  • Documentation update in options.h

Affected operating points

  • Audio output and bitstream are BE.
Edited by Adam Mills

Merge request reports

Loading