Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dphase_detector.cpp50 nMaxGapSize = 0; in phase_detector()
77 size_t fill = nMaxGapSize - nGapSize; in fillGap()
91 fill = nMaxGapSize; in fillGap()
310 nMaxGapSize = (nMaxVectorSize * 3) - nFuncSize; // Size of A buffer - size of function in setTimeInterval()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dphase_detector.h55 size_t nMaxGapSize; variable