Loading lib_enc/ivas_stereo_classifier.c +0 −23 Original line number Diff line number Diff line Loading @@ -621,18 +621,6 @@ void unclr_classifier_td( dbgwrite( &dec, sizeof( int16_t ), 1, 1, "res/unclr_dec.x" ); dbgwrite( &hStereoClassif->unclr_wscore, sizeof( float ), 1, 1, "res/unclr_wscore.x" ); dbgwrite( &hStereoClassif->unclr_decision, sizeof( int16_t ), 1, 1, "res/unclr_dec_hyst.x" ); { float ftmp; ftmp = ( hCPE->hCoreCoder[0]->lp_speech - hCPE->hCoreCoder[0]->lp_noise ); dbgwrite( &ftmp, sizeof( float ), 1, 1, "res/unclr_lp_speech_minus_noise.x" ); dbgwrite( &hCPE->hCoreCoder[0]->lp_noise, sizeof( float ), 1, 1, "res/unclr_lp_noise.x" ); } dbgwrite( &hStereoClassif->relE_0_1, sizeof( float ), 1, 1, "res/unclr_relE_0_1.x" ); dbgwrite( &hCPE->hCoreCoder[0]->vad_flag, sizeof( int16_t ), 1, 1, "res/unclr_core_coder_vad_flag.x" ); #endif return; Loading Loading @@ -723,17 +711,6 @@ void unclr_classifier_dft( dbgwrite( &dec, sizeof( int16_t ), 1, 1, "res/unclr_dec.x" ); dbgwrite( &hStereoClassif->unclr_wscore, sizeof( float ), 1, 1, "res/unclr_wscore.x" ); dbgwrite( &hStereoClassif->unclr_decision, sizeof( int16_t ), 1, 1, "res/unclr_dec_hyst.x" ); { float ftmp; ftmp = ( hCPE->hCoreCoder[0]->lp_speech - hCPE->hCoreCoder[0]->lp_noise ); dbgwrite( &ftmp, sizeof( float ), 1, 1, "res/unclr_lp_speech_minus_noise.x" ); dbgwrite( &hCPE->hCoreCoder[0]->lp_noise, sizeof( float ), 1, 1, "res/unclr_lp_noise.x" ); } dbgwrite( &hStereoClassif->relE_0_1, sizeof( float ), 1, 1, "res/unclr_relE_0_1.x" ); dbgwrite( &hCPE->hCoreCoder[0]->vad_flag, sizeof( int16_t ), 1, 1, "res/unclr_core_coder_vad_flag.x" ); #endif return; Loading Loading
lib_enc/ivas_stereo_classifier.c +0 −23 Original line number Diff line number Diff line Loading @@ -621,18 +621,6 @@ void unclr_classifier_td( dbgwrite( &dec, sizeof( int16_t ), 1, 1, "res/unclr_dec.x" ); dbgwrite( &hStereoClassif->unclr_wscore, sizeof( float ), 1, 1, "res/unclr_wscore.x" ); dbgwrite( &hStereoClassif->unclr_decision, sizeof( int16_t ), 1, 1, "res/unclr_dec_hyst.x" ); { float ftmp; ftmp = ( hCPE->hCoreCoder[0]->lp_speech - hCPE->hCoreCoder[0]->lp_noise ); dbgwrite( &ftmp, sizeof( float ), 1, 1, "res/unclr_lp_speech_minus_noise.x" ); dbgwrite( &hCPE->hCoreCoder[0]->lp_noise, sizeof( float ), 1, 1, "res/unclr_lp_noise.x" ); } dbgwrite( &hStereoClassif->relE_0_1, sizeof( float ), 1, 1, "res/unclr_relE_0_1.x" ); dbgwrite( &hCPE->hCoreCoder[0]->vad_flag, sizeof( int16_t ), 1, 1, "res/unclr_core_coder_vad_flag.x" ); #endif return; Loading Loading @@ -723,17 +711,6 @@ void unclr_classifier_dft( dbgwrite( &dec, sizeof( int16_t ), 1, 1, "res/unclr_dec.x" ); dbgwrite( &hStereoClassif->unclr_wscore, sizeof( float ), 1, 1, "res/unclr_wscore.x" ); dbgwrite( &hStereoClassif->unclr_decision, sizeof( int16_t ), 1, 1, "res/unclr_dec_hyst.x" ); { float ftmp; ftmp = ( hCPE->hCoreCoder[0]->lp_speech - hCPE->hCoreCoder[0]->lp_noise ); dbgwrite( &ftmp, sizeof( float ), 1, 1, "res/unclr_lp_speech_minus_noise.x" ); dbgwrite( &hCPE->hCoreCoder[0]->lp_noise, sizeof( float ), 1, 1, "res/unclr_lp_noise.x" ); } dbgwrite( &hStereoClassif->relE_0_1, sizeof( float ), 1, 1, "res/unclr_relE_0_1.x" ); dbgwrite( &hCPE->hCoreCoder[0]->vad_flag, sizeof( int16_t ), 1, 1, "res/unclr_core_coder_vad_flag.x" ); #endif return; Loading