Loading lib_enc/ivas_ism_metadata_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -262,7 +262,7 @@ ivas_error ivas_ism_metadata_enc( #ifdef TD5 #ifdef TUNE_360_OBJECT_WITH_NOISE /* In case of low level noise for low bitrate inactive frames, do not sent metadata */ if ( localVAD[ch] == 0 && !( hSCE[ch]->hCoreCoder[0]->tcxonly ) && ( hSCE[ch]->hCoreCoder[0]->lp_noise <= 15 ) ) if ( localVAD[ch] == 0 && !( hSCE[ch]->hCoreCoder[0]->tcxonly ) && ( hSCE[ch]->hCoreCoder[0]->lp_noise <= 10 ) ) { hIsmMeta[ch]->ism_metadata_flag = 0; } Loading Loading
lib_enc/ivas_ism_metadata_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -262,7 +262,7 @@ ivas_error ivas_ism_metadata_enc( #ifdef TD5 #ifdef TUNE_360_OBJECT_WITH_NOISE /* In case of low level noise for low bitrate inactive frames, do not sent metadata */ if ( localVAD[ch] == 0 && !( hSCE[ch]->hCoreCoder[0]->tcxonly ) && ( hSCE[ch]->hCoreCoder[0]->lp_noise <= 15 ) ) if ( localVAD[ch] == 0 && !( hSCE[ch]->hCoreCoder[0]->tcxonly ) && ( hSCE[ch]->hCoreCoder[0]->lp_noise <= 10 ) ) { hIsmMeta[ch]->ism_metadata_flag = 0; } Loading