Loading lib_rend/ivas_dirac_dec_binaural_functions.c +5 −16 Original line number Diff line number Diff line Loading @@ -93,7 +93,6 @@ static void adaptTransportSignalsHeadtracked( HEAD_TRACK_DATA_HANDLE hHeadTrackD static void ivas_dirac_dec_binaural_check_and_switch_transports_headtracked( HEAD_TRACK_DATA_HANDLE hHeadTrackData, float inRe[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], float inIm[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], const int16_t nBins, float Rmat[3][3] ); #endif static void formulate2x2MixingMatrix( float Ein1, float Ein2, float CinRe, float CinIm, float Eout1, float Eout2, float CoutRe, float CoutIm, float Q[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Mre[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Mim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], const float regularizationFactor ); static void hrtfShGetHrtf( const int16_t bin, const int16_t aziDeg, const int16_t eleDeg, float *lRealp, float *lImagp, float *rRealp, float *rImagp ); Loading @@ -105,10 +104,6 @@ static void matrixMul( float Are[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Ai static void matrixTransp2Mul( float Are[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Aim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Bre[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Bim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float outRe[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float outIm[BINAURAL_CHANNELS][BINAURAL_CHANNELS] ); #ifdef JBM_TSM_ON_TCS #endif /*------------------------------------------------------------------------- * ivas_dirac_dec_init_binaural_data() * Loading Loading @@ -442,7 +437,6 @@ void ivas_dirac_dec_binaural( { ivas_spar_dec_set_render_map( st_ivas, DEFAULT_JBM_CLDFB_TIMESLOTS ); } #endif if ( st_ivas->hDiracDecBin->useTdDecorr ) Loading Loading @@ -510,8 +504,7 @@ void ivas_dirac_dec_binaural( /*------------------------------------------------------------------------- * Local functions *------------------------------------------------------------------------*/ #ifdef JBM_TSM_ON_TCS #endif static void ivas_dirac_dec_binaural_internal( Decoder_Struct *st_ivas, Loading Loading @@ -1374,8 +1367,6 @@ static void ivas_dirac_dec_binaural_determine_processing_matrices( return; } #ifdef JBM_TSM_ON_TCS #endif static void ivas_dirac_dec_binaural_process_output( Decoder_Struct *st_ivas, Loading Loading @@ -1511,8 +1502,6 @@ static void ivas_dirac_dec_binaural_process_output( return; } #ifdef JBM_TSM_ON_TCS #endif static void adaptTransportSignalsHeadtracked( HEAD_TRACK_DATA_HANDLE hHeadTrackData, Loading lib_dec/ivas_dirac_dec.c +11 −11 File changed.Contains only whitespace changes. Show changes lib_dec/ivas_spar_decoder.c +5 −5 File changed.Contains only whitespace changes. Show changes Loading
lib_rend/ivas_dirac_dec_binaural_functions.c +5 −16 Original line number Diff line number Diff line Loading @@ -93,7 +93,6 @@ static void adaptTransportSignalsHeadtracked( HEAD_TRACK_DATA_HANDLE hHeadTrackD static void ivas_dirac_dec_binaural_check_and_switch_transports_headtracked( HEAD_TRACK_DATA_HANDLE hHeadTrackData, float inRe[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], float inIm[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX], const int16_t nBins, float Rmat[3][3] ); #endif static void formulate2x2MixingMatrix( float Ein1, float Ein2, float CinRe, float CinIm, float Eout1, float Eout2, float CoutRe, float CoutIm, float Q[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Mre[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Mim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], const float regularizationFactor ); static void hrtfShGetHrtf( const int16_t bin, const int16_t aziDeg, const int16_t eleDeg, float *lRealp, float *lImagp, float *rRealp, float *rImagp ); Loading @@ -105,10 +104,6 @@ static void matrixMul( float Are[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Ai static void matrixTransp2Mul( float Are[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Aim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Bre[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float Bim[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float outRe[BINAURAL_CHANNELS][BINAURAL_CHANNELS], float outIm[BINAURAL_CHANNELS][BINAURAL_CHANNELS] ); #ifdef JBM_TSM_ON_TCS #endif /*------------------------------------------------------------------------- * ivas_dirac_dec_init_binaural_data() * Loading Loading @@ -442,7 +437,6 @@ void ivas_dirac_dec_binaural( { ivas_spar_dec_set_render_map( st_ivas, DEFAULT_JBM_CLDFB_TIMESLOTS ); } #endif if ( st_ivas->hDiracDecBin->useTdDecorr ) Loading Loading @@ -510,8 +504,7 @@ void ivas_dirac_dec_binaural( /*------------------------------------------------------------------------- * Local functions *------------------------------------------------------------------------*/ #ifdef JBM_TSM_ON_TCS #endif static void ivas_dirac_dec_binaural_internal( Decoder_Struct *st_ivas, Loading Loading @@ -1374,8 +1367,6 @@ static void ivas_dirac_dec_binaural_determine_processing_matrices( return; } #ifdef JBM_TSM_ON_TCS #endif static void ivas_dirac_dec_binaural_process_output( Decoder_Struct *st_ivas, Loading Loading @@ -1511,8 +1502,6 @@ static void ivas_dirac_dec_binaural_process_output( return; } #ifdef JBM_TSM_ON_TCS #endif static void adaptTransportSignalsHeadtracked( HEAD_TRACK_DATA_HANDLE hHeadTrackData, Loading