Lines Matching refs:coreFrameLength
1922 int coreFrameLength = *frameLength; in sbrEncoder_Init() local
2004 delayDiff = (*delay * *downSampleFactor) + DELAY_ELD2SBR(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
2005 *delay = DELAY_ELDSBR(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
2009 delayDiff = (*delay * *downSampleFactor) + DELAY_AAC2PS(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
2010 *delay = DELAY_PS(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
2013 delayDiff = DELAY_AAC2SBR(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
2015 *delay = DELAY_SBR(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
2034 *delay += coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2036 delayDiff -= coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2054 if ( delayDiff > (int)coreFrameLength * (int)*downSampleFactor ) in sbrEncoder_Init()
2057 delayDiff -= coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2066 hSbrEncoder->frameSize = coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2100 coreFrameLength, in sbrEncoder_Init()
2221 psEncConfig.frameSize = coreFrameLength; //sbrConfig.sbrFrameSize; in sbrEncoder_Init()
2269 hSbrEncoder->downmixSize = coreFrameLength*(*numChannels); in sbrEncoder_Init()
2282 *frameLength = coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2294 *frameLength = coreFrameLength; in sbrEncoder_Init()