Home
last modified time | relevance | path

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

/dports/audio/phaserotate-lv2/phaserotate.lv2-0.5.1/cli/
H A Dphase-rotate.cc260 …void analyze (float const* in, int ang_start = 0, int ang_end = 180, int ang_stride = 1, int chn =…
302 …void thr_process (float const* in, int ang_start = 0, int ang_end = 180, int ang_stride = 1, int c…
389 PhaseRotate::thr_process (float const* p_in, int ang_start, int ang_end, int ang_stride, int c, boo… in thr_process() argument
424 angle += ang_stride; in thr_process()
432 PhaseRotate::analyze (float const* p_in, int ang_start, int ang_end, int ang_stride, int chn, bool … in analyze() argument
439 …ck (std::thread (&PhaseRotate::thr_process, this, p_in, ang_start, ang_end, ang_stride, c, start)); in analyze()
566 …eRotate& pr, SNDFILE* infile, float* buf, int ang_start, int ang_end, int ang_stride, int chn = -1) in analyze_file() argument
581 pr.analyze (buf, ang_start, ang_end, ang_stride, chn, start); in analyze_file()
586 pr.analyze (buf, ang_start, ang_end, ang_stride, chn, false); in analyze_file()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/phaserotate.lv2/cli/
H A Dphase-rotate.cc260 …void analyze (float const* in, int ang_start = 0, int ang_end = 180, int ang_stride = 1, int chn =…
302 …void thr_process (float const* in, int ang_start = 0, int ang_end = 180, int ang_stride = 1, int c…
389 PhaseRotate::thr_process (float const* p_in, int ang_start, int ang_end, int ang_stride, int c, boo… in thr_process() argument
424 angle += ang_stride; in thr_process()
432 PhaseRotate::analyze (float const* p_in, int ang_start, int ang_end, int ang_stride, int chn, bool … in analyze() argument
439 …ck (std::thread (&PhaseRotate::thr_process, this, p_in, ang_start, ang_end, ang_stride, c, start)); in analyze()
566 …eRotate& pr, SNDFILE* infile, float* buf, int ang_start, int ang_end, int ang_stride, int chn = -1) in analyze_file() argument
581 pr.analyze (buf, ang_start, ang_end, ang_stride, chn, start); in analyze_file()
586 pr.analyze (buf, ang_start, ang_end, ang_stride, chn, false); in analyze_file()