Lines Matching refs:frameLen
678 const SHORT frameLen, in CBlock_FrequencyToTime() argument
689 tl = frameLen; in CBlock_FrequencyToTime()
695 fl = frameLen; in CBlock_FrequencyToTime()
696 fr = frameLen - getWindow2Nr(frameLen, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)); in CBlock_FrequencyToTime()
699 fl = frameLen >> 3; in CBlock_FrequencyToTime()
700 fr = frameLen; in CBlock_FrequencyToTime()
703 fl = frameLen; in CBlock_FrequencyToTime()
704 fr = frameLen >> 3; in CBlock_FrequencyToTime()
707 fl = fr = frameLen >> 3; in CBlock_FrequencyToTime()
725 frameLen, in CBlock_FrequencyToTime()
733 for (i=0; i<frameLen; i++) { in CBlock_FrequencyToTime()
739 FDK_ASSERT(nSamples == frameLen); in CBlock_FrequencyToTime()
747 const short frameLen, in CBlock_FrequencyToTimeLowDelay() argument
756 frameLen in CBlock_FrequencyToTimeLowDelay()