Lines Matching refs:flCore
1973 int flCore = coreFrameLength; /* core frame length */ in sbrEncoder_Init_delay() local
1979 delayCorePath = DELAY_COREPATH_ELDv2SBR(flCore, downSampleFactor); in sbrEncoder_Init_delay()
1980 delaySbrPath = DELAY_ELDv2SBR(flCore, downSampleFactor); in sbrEncoder_Init_delay()
1981 delaySbrDec = ((flCore) / 2) * (downSampleFactor); in sbrEncoder_Init_delay()
1983 delayCorePath = DELAY_COREPATH_ELDSBR(flCore, downSampleFactor); in sbrEncoder_Init_delay()
1984 delaySbrPath = DELAY_ELDSBR(flCore, downSampleFactor); in sbrEncoder_Init_delay()
1987 delayCorePath = DELAY_COREPATH_PS(flCore, downSampleFactor); in sbrEncoder_Init_delay()
1988 delaySbrPath = DELAY_PS(flCore, downSampleFactor); in sbrEncoder_Init_delay()
1989 delaySbrDec = DELAY_COREPATH_SBR(flCore, downSampleFactor); in sbrEncoder_Init_delay()
1991 delayCorePath = DELAY_COREPATH_SBR(flCore, downSampleFactor); in sbrEncoder_Init_delay()
1992 delaySbrPath = DELAY_SBR(flCore, downSampleFactor); in sbrEncoder_Init_delay()
1993 delaySbrDec = DELAY_COREPATH_SBR(flCore, downSampleFactor); in sbrEncoder_Init_delay()
2011 delaySbrPath += flCore * downSampleFactor; in sbrEncoder_Init_delay()
2019 while (delayCorePath > delaySbrPath + (int)flCore * (int)downSampleFactor) { in sbrEncoder_Init_delay()
2022 delaySbrPath += flCore * downSampleFactor; in sbrEncoder_Init_delay()