Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ #ifdef HODIRAC #define SPAR_TUNING /* Dlb: tune SPAR for better quality */ #define HODIRAC_FIX_BR_SWITCHING_DTX #endif /*#define HODIRAC_DEBUG*/ Loading lib_enc/ivas_spar_encoder.c +11 −0 Original line number Diff line number Diff line Loading @@ -638,6 +638,17 @@ static ivas_error ivas_spar_enc_process( } else { #ifdef HODIRAC_FIX_BR_SWITCHING_DTX ivas_qmetadata_enc_encode( hMetaData, hQMetaData #ifdef HODIRAC , st_ivas->sba_analysis_order > 1 #endif ); #endif hQMetaData->q_direction[0].cfg.nbands = DIRAC_DTX_BANDS; /* compute directions */ Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ #ifdef HODIRAC #define SPAR_TUNING /* Dlb: tune SPAR for better quality */ #define HODIRAC_FIX_BR_SWITCHING_DTX #endif /*#define HODIRAC_DEBUG*/ Loading
lib_enc/ivas_spar_encoder.c +11 −0 Original line number Diff line number Diff line Loading @@ -638,6 +638,17 @@ static ivas_error ivas_spar_enc_process( } else { #ifdef HODIRAC_FIX_BR_SWITCHING_DTX ivas_qmetadata_enc_encode( hMetaData, hQMetaData #ifdef HODIRAC , st_ivas->sba_analysis_order > 1 #endif ); #endif hQMetaData->q_direction[0].cfg.nbands = DIRAC_DTX_BANDS; /* compute directions */ Loading