Home
last modified time | relevance | path

Searched refs:maxPitchDelay (Results 1 – 3 of 3) sorted by relevance

/dports/net/asterisk-g72x/asterisk-g72x-1.4.3/ipp/
H A Downg729fp.h254 …Ipp32s minPitchDelay, Ipp32s maxPitchDelay, Ipp32s nSbfr, Ipp32s *fracPartPitchDelay, Ipp32f *pExt…
505 Ipp16s minPitchDelay, maxPitchDelay; in DecodeAdaptCodebookDelays() local
527 maxPitchDelay = (Ipp16s)(minPitchDelay + 9); in DecodeAdaptCodebookDelays()
528 if (maxPitchDelay > PITCH_LAG_MAX) in DecodeAdaptCodebookDelays()
530 maxPitchDelay = PITCH_LAG_MAX; in DecodeAdaptCodebookDelays()
531 minPitchDelay = (Ipp16s)(maxPitchDelay - 9); in DecodeAdaptCodebookDelays()
H A Dencg729fp.c331 Ipp32s openLoopPitch, pitchDelay, minPitchDelay, maxPitchDelay, fracPartPitchDelay; variable
674 maxPitchDelay = minPitchDelay + 6;
675 if (maxPitchDelay > PITCH_LAG_MAX) {
676 maxPitchDelay = PITCH_LAG_MAX;
677 minPitchDelay = maxPitchDelay - 6;
702 …729_32f(&Excitation[NSbfr], TargetVector, ImpulseResponse, SUBFR_LEN, minPitchDelay, maxPitchDelay,
712 …okSearch_G729A_32f(&Excitation[NSbfr], TargetVector, ImpulseResponse, minPitchDelay, maxPitchDelay,
727 maxPitchDelay = minPitchDelay + 9;
728 if (maxPitchDelay > PITCH_LAG_MAX) {
729 maxPitchDelay = PITCH_LAG_MAX;
[all …]
H A Downg729fp.c194 …Ipp32s minPitchDelay, Ipp32s maxPitchDelay, Ipp32s nSbfr, Ipp32s *fracPartPitchDelay, Ipp32f *pExt… in ownAdaptiveCodebookSearch_G729A_32f() argument
211 …ippsCrossCorrLagMax_32f64f(pCorr, &pSrcExc[-maxPitchDelay], SUBFR_LEN, maxPitchDelay-minPitchDelay… in ownAdaptiveCodebookSearch_G729A_32f()
212 pitchPeriod = (maxPitchDelay-minPitchDelay-pitchPeriod) + minPitchDelay; in ownAdaptiveCodebookSearch_G729A_32f()