Home
last modified time | relevance | path

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

/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dtracer.c231 const gint64 lstart64 = ((guint64)ch->sample->loopstart) << 32; in tracer_mix_sub() local
245 … if ((ch->direction == 1 && vieweit64 < ende64) || (ch->direction == -1 && vieweit64 > lstart64)) { in tracer_mix_sub()
264 pos64 += num_samples * freq64 - ende64 + lstart64; in tracer_mix_sub()
288 num_samples = (pos64 - lstart64) / freq64 + 1; /* plus one sample from the next loop cycle */ in tracer_mix_sub()
290 pos64 = lstart64 - (pos64 - lstart64); in tracer_mix_sub()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/mixers/
H A Dkbfloat.c456 const gint64 lstart64 = ((guint64)ch->sample->loopstart) << 32; in kb_x86_mix_sub() local
531 } else if (ch->direction == -1 && mypos64 < lstart64) { in kb_x86_mix_sub()
533 mypos64 -= lstart64; in kb_x86_mix_sub()
535 mypos64 += lstart64; in kb_x86_mix_sub()