Loading lib_com/core_com_config_fx.c +2 −3 Original line number Diff line number Diff line Loading @@ -1080,4 +1080,3 @@ void init_tcx_window_cfg_fx( return; } lib_com/prot_fx.h +3 −6 Original line number Diff line number Diff line Loading @@ -7956,7 +7956,6 @@ void decoder_tcx_ivas_fx( const Word16 sba_dirac_stereo_flag ); void tcx_decoder_memory_update( Word16 *xn_buf, /* i/o: mdct output buffer used also as temporary buffer : Q0 */ Word16 *synthout, /* o: synth : Q0 */ Loading Loading @@ -9483,10 +9482,8 @@ void SetModeIndex_fx( Encoder_State *st, /* i : Encoder state */ const Word32 last_total_brate, /* i : last total bitrate Q0*/ const Word16 last_element_mode, /* i : last IVAS element mode Q0*/ const Word16 MCT_flag /* i : hMCT handle allocated (1) or not (0) Q0*/ , const Word16 shift ); const Word16 MCT_flag, /* i : hMCT handle allocated (1) or not (0) Q0*/ const Word16 shift ); void init_tcx_cfg_fx( TCX_CONFIG_HANDLE hTcxCfg, Loading lib_com/tcx_utils_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -2155,5 +2155,3 @@ void tcx_get_gain( return; } lib_dec/TonalComponentDetection_fx.c +23 −28 Original line number Diff line number Diff line Loading @@ -408,8 +408,7 @@ static void GetF0( Word32 /*int*/ const pitchLag, /*i - Q16*/ Word16 /*short*/ *const pOrigF0, /*o - Q10*/ Word32 *const pOrigF0_32, /*o - Q10+16*/ Word16 /*short*/ *const pF0 /*o - Q10*/ , Word16 /*short*/ *const pF0, /*o - Q10*/ Word32 *const pF0_32, /*o - Q10+16*/ const Word16 element_mode /*i EVS_MONO or anything else */ ) Loading Loading @@ -587,8 +586,7 @@ static void findStrongestHarmonics( static void CorrectF0( const Word16 /*short*/ *pHarmonicIndexes, /*I - Q0 */ const Word16 /*short*/ nHarmonics, /*I - Q0 */ Word16 /*short*/ *pF0 /*I/O - Q10 range: {0}, [4..18) */ , Word16 /*short*/ *pF0, /*I/O - Q10 range: {0}, [4..18) */ Word32 /*long*/ *pF0_32, /*I/O - Q10+16 range: {0}, [4..18), NULL for EVS_MONO */ const Word16 element_mode /*I EVS_MONO or anything else */ ) Loading Loading @@ -802,8 +800,7 @@ static void modifyThreshold( Word32 F0_32, /*I - Q26*/ Word16 /*short*/ threshold, /*I - Q10*/ Word32 threshold_32, /*I - Q26*/ Word16 * /*short*/ thresholdModification /*I - Q10*/ , Word16 * /*short*/ thresholdModification, /*I - Q10*/ Word32 * /*long*/ thresholdModification32, /*I - Q26*/ const Word16 element_mode /*I/O - Q10*/ ) Loading Loading @@ -851,8 +848,7 @@ static void modifyThresholds( Word32 F0_32, /*I - Q26*/ Word16 /*short*/ origF0, /*I - Q10*/ Word32 origF0_32, /*I - Q26*/ Word16 * /*short*/ thresholdModification /*Q10*/ , Word16 * /*short*/ thresholdModification, /*Q10*/ Word32 * /*long*/ thresholdModification32, /*Q26*/ const Word16 element_mode /*I EVS_MONO or anything else */ ) Loading Loading @@ -1269,8 +1265,7 @@ static void RefineThresholdsUsingPitch_fx( const Word32 currentPitchLag, /*Qx*/ Word16 *pF0, /*Q10*/ Word32 *pF0_32, /*Q10+Q16, NULL in EVS_MONO mode */ Word16 *thresholdModification /*Q10*/ , Word16 *thresholdModification, /*Q10*/ Word32 *thresholdModification32, /*Q10+Q16, NULL in EVS_MONO mode */ const Word16 element_mode /*Q0 EVS_MONO or anything else */ ) Loading lib_dec/core_dec_reconf_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -194,4 +194,3 @@ void reconfig_decoder_LPD_fx( return; } Loading
lib_com/core_com_config_fx.c +2 −3 Original line number Diff line number Diff line Loading @@ -1080,4 +1080,3 @@ void init_tcx_window_cfg_fx( return; }
lib_com/prot_fx.h +3 −6 Original line number Diff line number Diff line Loading @@ -7956,7 +7956,6 @@ void decoder_tcx_ivas_fx( const Word16 sba_dirac_stereo_flag ); void tcx_decoder_memory_update( Word16 *xn_buf, /* i/o: mdct output buffer used also as temporary buffer : Q0 */ Word16 *synthout, /* o: synth : Q0 */ Loading Loading @@ -9483,10 +9482,8 @@ void SetModeIndex_fx( Encoder_State *st, /* i : Encoder state */ const Word32 last_total_brate, /* i : last total bitrate Q0*/ const Word16 last_element_mode, /* i : last IVAS element mode Q0*/ const Word16 MCT_flag /* i : hMCT handle allocated (1) or not (0) Q0*/ , const Word16 shift ); const Word16 MCT_flag, /* i : hMCT handle allocated (1) or not (0) Q0*/ const Word16 shift ); void init_tcx_cfg_fx( TCX_CONFIG_HANDLE hTcxCfg, Loading
lib_com/tcx_utils_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -2155,5 +2155,3 @@ void tcx_get_gain( return; }
lib_dec/TonalComponentDetection_fx.c +23 −28 Original line number Diff line number Diff line Loading @@ -408,8 +408,7 @@ static void GetF0( Word32 /*int*/ const pitchLag, /*i - Q16*/ Word16 /*short*/ *const pOrigF0, /*o - Q10*/ Word32 *const pOrigF0_32, /*o - Q10+16*/ Word16 /*short*/ *const pF0 /*o - Q10*/ , Word16 /*short*/ *const pF0, /*o - Q10*/ Word32 *const pF0_32, /*o - Q10+16*/ const Word16 element_mode /*i EVS_MONO or anything else */ ) Loading Loading @@ -587,8 +586,7 @@ static void findStrongestHarmonics( static void CorrectF0( const Word16 /*short*/ *pHarmonicIndexes, /*I - Q0 */ const Word16 /*short*/ nHarmonics, /*I - Q0 */ Word16 /*short*/ *pF0 /*I/O - Q10 range: {0}, [4..18) */ , Word16 /*short*/ *pF0, /*I/O - Q10 range: {0}, [4..18) */ Word32 /*long*/ *pF0_32, /*I/O - Q10+16 range: {0}, [4..18), NULL for EVS_MONO */ const Word16 element_mode /*I EVS_MONO or anything else */ ) Loading Loading @@ -802,8 +800,7 @@ static void modifyThreshold( Word32 F0_32, /*I - Q26*/ Word16 /*short*/ threshold, /*I - Q10*/ Word32 threshold_32, /*I - Q26*/ Word16 * /*short*/ thresholdModification /*I - Q10*/ , Word16 * /*short*/ thresholdModification, /*I - Q10*/ Word32 * /*long*/ thresholdModification32, /*I - Q26*/ const Word16 element_mode /*I/O - Q10*/ ) Loading Loading @@ -851,8 +848,7 @@ static void modifyThresholds( Word32 F0_32, /*I - Q26*/ Word16 /*short*/ origF0, /*I - Q10*/ Word32 origF0_32, /*I - Q26*/ Word16 * /*short*/ thresholdModification /*Q10*/ , Word16 * /*short*/ thresholdModification, /*Q10*/ Word32 * /*long*/ thresholdModification32, /*Q26*/ const Word16 element_mode /*I EVS_MONO or anything else */ ) Loading Loading @@ -1269,8 +1265,7 @@ static void RefineThresholdsUsingPitch_fx( const Word32 currentPitchLag, /*Qx*/ Word16 *pF0, /*Q10*/ Word32 *pF0_32, /*Q10+Q16, NULL in EVS_MONO mode */ Word16 *thresholdModification /*Q10*/ , Word16 *thresholdModification, /*Q10*/ Word32 *thresholdModification32, /*Q10+Q16, NULL in EVS_MONO mode */ const Word16 element_mode /*Q0 EVS_MONO or anything else */ ) Loading
lib_dec/core_dec_reconf_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -194,4 +194,3 @@ void reconfig_decoder_LPD_fx( return; }