Commit cbe1ea06 authored by vaclav's avatar vaclav
Browse files

clang-format

parent cb0d3b85
Loading
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@
#define REMOVE_UNUSED_CODE_IVAS_DEC                     /* VA: remove unused code in ivas_jbm_dec_tc_fx() */
#define FIX_2294_CLANG_18_WARNINGS_ENC                  /* VA: Fix some encoder clang-18 warnings, desc. in 2294 */
#define REMOVE_CAM_FROM_IVAS                            /* VA: basop issue 210: remove obsoelte CAM code from IVAS */
#define OPT_BE_2311_HARM_GSC_GAIN                       /* VA: issue 2311: BE part of the GSC gain harmonization pipeline #70380 shows the BE */
#define HARM_CORECODER_UPDT                             /* VA: basop issue 2342: Remove duplicated code in core-coder common update functions */

/* #################### End BE switches ################################## */
@@ -110,22 +111,20 @@
#define FIX_2315_AGC_MEMORY_RESET                       /* VA: basop issue 2315: fix reset of the AGC memory */
#define FIX_2312_CONDITION_MISSING_GSC_DEC_LR           /* VA: basop issue 2297: addition of condition missing in the GSC gain decoder at low-rate */
#define FIX_2313_HF_RESET_16KHZ                         /* VA: basop issue 2313: Call hf_synth_reset_fx() also for 16 kHz output_Fs */
#define OPT_2308_FIND_TARGET                            /* VA: Issue 2308, Speeds up computation and improve accuracy of the impulse response */
#define OPT_NBE_2311_HARM_GSC_GAIN                      /* VA: issue 2311: non-BE part of the GSC gain harmonization */

/* ##################### End NON-BE switches ########################### */

/* ################## End MAINTENANCE switches ######################### */

/* clang-format on */

/* #################### Start BASOP optimization switches ############################ */

#define NONBE_OPT_2239_IVAS_FILTER_PROCESS              /* Dolby: Issue 2239, optimize ivas_filter_process_fx. */
#define NONBE_OPT_2193_EIG2X2                           /* Dolby: Issue 2193, optimize eig2x2_fx. */
#define OPT_2308_FIND_TARGET               /* VA: Issue 2308, Speeds up computation and improve accuracy of the impulse response */
#define OPT_BE_2311_HARM_GSC_GAIN           /* VA: issue 2311: BE part of the GSC gain harmonization pipeline #70380 shows the BE */
#define OPT_NBE_2311_HARM_GSC_GAIN          /* VA: issue 2311: non-BE part of the GSC gain harmonization */

/* #################### End BASOP optimization switches ############################ */

/* ################## End MAINTENANCE switches ######################### */

/* clang-format on */

#endif
+1 −1

File changed.

Contains only whitespace changes.