Home
last modified time | relevance | path

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

/dports/audio/epos-devel/epos-2.5.37/src/
H A Dtdpsyn.cc101 int32_t diph_offs; member
122 diph_offs = (int *)((char *)tdp_buff + sizeof(SAMPLE) * hdr->bufpos); in tdpsyn()
123 diph_len = diph_offs + v->n_segs; in tdpsyn()
260 avpitch = average_pitch(diph_offs[d.code], slen); in synseg()
288 poms = tdp_buff[i + ppulses[diph_offs[d.code] + j - 1]]; in synseg()
402 avpitch = average_pitch(diph_offs[d.code] + j - 1, slen); in synseg()
435 hdr->diph_offs = from_le32s(hdr->diph_offs); in tdioven()
H A Dtdpsyn.h38 int *diph_offs; variable