Lines Matching refs:coreFrameLength
1831 int coreFrameLength = *frameLength; in sbrEncoder_Init() local
1913 delayDiff = (*delay * *downSampleFactor) + DELAY_ELD2SBR(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
1914 *delay = DELAY_ELDSBR(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
1918 delayDiff = (*delay * *downSampleFactor) + DELAY_AAC2PS(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
1919 *delay = DELAY_PS(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
1922 delayDiff = DELAY_AAC2SBR(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
1924 *delay = DELAY_SBR(coreFrameLength,*downSampleFactor); in sbrEncoder_Init()
1943 *delay += coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
1945 delayDiff -= coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
1963 if ( delayDiff > (int)coreFrameLength * (int)*downSampleFactor ) in sbrEncoder_Init()
1966 delayDiff -= coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
1975 hSbrEncoder->frameSize = coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2009 coreFrameLength in sbrEncoder_Init()
2129 psEncConfig.frameSize = coreFrameLength; //sbrConfig.sbrFrameSize; in sbrEncoder_Init()
2177 hSbrEncoder->downmixSize = coreFrameLength*(*numChannels); in sbrEncoder_Init()
2190 *frameLength = coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2202 *frameLength = coreFrameLength; in sbrEncoder_Init()