Searched refs:winLength (Results 1 – 1 of 1) sorted by relevance
1363 const int winLength[3] = {10, 8, 6}; in QmfTransposerApply() local1503 int start = slotOffset - winLength[stretch - 2] / 2; in QmfTransposerApply()1504 int stop = slotOffset + winLength[stretch - 2] / 2; in QmfTransposerApply()