Home
last modified time | relevance | path

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

/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/
H A DDSPOp.cc5692 long lSrcIdx2; in ResampleAvg() local
5706 if (unlikely(lSrcIdx2 >= lSrcCount)) in ResampleAvg()
5707 lSrcIdx2 = lSrcCount - 1; in ResampleAvg()
5708 lDist = lSrcIdx2 - lSrcIdx1; in ResampleAvg()
5729 if (unlikely(lSrcIdx2 >= lSrcCount)) in ResampleAvg()
5730 lSrcIdx2 = lSrcCount - 1; in ResampleAvg()
5745 long lSrcIdx2; in ResampleAvg() local
5759 if (unlikely(lSrcIdx2 >= lSrcCount)) in ResampleAvg()
5760 lSrcIdx2 = lSrcCount - 1; in ResampleAvg()
5761 lDist = lSrcIdx2 - lSrcIdx1; in ResampleAvg()
[all …]