• Home
  • Raw
  • Download

Lines Matching refs:frameLen

1019     const SHORT frameLen, const int frameOk, FIXP_DBL *pWorkBuffer1,  in CBlock_FrequencyToTime()  argument
1032 tl = frameLen; in CBlock_FrequencyToTime()
1038 fl = frameLen; in CBlock_FrequencyToTime()
1039 fr = frameLen - in CBlock_FrequencyToTime()
1040 getWindow2Nr(frameLen, in CBlock_FrequencyToTime()
1051 fl = frameLen >> 3; in CBlock_FrequencyToTime()
1052 fr = frameLen; in CBlock_FrequencyToTime()
1055 fl = frameLen; in CBlock_FrequencyToTime()
1056 fr = frameLen >> 3; in CBlock_FrequencyToTime()
1059 fl = fr = frameLen >> 3; in CBlock_FrequencyToTime()
1086 ? (frameLen >> 4) in CBlock_FrequencyToTime()
1087 : (frameLen >> 3); in CBlock_FrequencyToTime()
1093 int lFrame = (elFlags & AC_EL_FULLBANDLPD) ? frameLen / 2 : frameLen; in CBlock_FrequencyToTime()
1140 frameLen, tl, in CBlock_FrequencyToTime()
1156 pAacDecoderChannelInfo->specScale, nSpec, frameLen, tl, in CBlock_FrequencyToTime()
1167 FDK_ASSERT(nSamples == frameLen); in CBlock_FrequencyToTime()
1213 bass_pf_1sf_delay(p2_synth, pitch, pit_gain, frameLen, in CBlock_FrequencyToTime()
1215 frameLen - (LpdSfd + 4) * L_SUBFR, outSamples, in CBlock_FrequencyToTime()
1229 pAacDecoderChannelInfo->specScale, nSpec, frameLen, tl, in CBlock_FrequencyToTime()
1240 scaleValuesSaturate(outSamples, tmp, frameLen, in CBlock_FrequencyToTime()
1245 FDK_ASSERT(nSamples == frameLen); in CBlock_FrequencyToTime()
1257 const short frameLen) { in CBlock_FrequencyToTimeLowDelay() argument
1261 pAacDecoderStaticChannelInfo->pOverlapBuffer, frameLen); in CBlock_FrequencyToTimeLowDelay()