/* Save statistics for 24 kHz, 48 kHz and 96 kHz */
if((bfi==1)||((bfi>=0)&&(bfi<=2)&&((fs_idx_tmp==2)||(fs_idx_tmp==4)||(fs_idx_tmp==5))))/* Partial Concealment PC(bfi==2) requires allowing value 2 to pass thru as well */
#else
if(bfi==1)
#endif
{
#ifdef CR8_A_PLC_FADEOUT_TUNING
if(bfi==1)
{
*nbLostCmpt=*nbLostCmpt+1;
}
#else
*nbLostCmpt=*nbLostCmpt+1;
#endif
/* Use pitch correlation at ltpf integer lag if available */
#ifdef CR8_A_PLC_FADEOUT_TUNING
if((*nbLostCmpt==1)||(bfi!=1))/* PC(bfi==2) requires allowing 2 to pass thru as well */
#else
if(*nbLostCmpt==1)
#endif
{
#ifdef CR8_A_PLC_FADEOUT_TUNING
*concealMethod=4;/* Noise Substitution */
UNUSED(plcMeth);
#else
*concealMethod=plcMeth;// this is a dangerous mapping!