Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dresample.c480 int *xaclips = NULL; in quantise_events() local
569 lives_freep((void **)&xaclips); in quantise_events()
857 if (xaclips[j] == naclips[i] && xaseeks[j + 1] != 0.) break; in quantise_events()
912 if (xaclips[k] == naclips[i]) { in quantise_events()
916 if (xaclips[k + 1] == naclips[i + 1]) gottrack = TRUE; in quantise_events()
983 if (naclips[i] == xaclips[j]) { in quantise_events()
984 xaclips[j + 1] = naclips[i + 1]; in quantise_events()
992 xaclips = lives_realloc(xaclips, xatracks * sizint); in quantise_events()
994 xaclips[xatracks - 2] = naclips[i]; in quantise_events()
995 xaclips[xatracks - 1] = naclips[i + 1]; in quantise_events()
H A Devents.c3653 static int xaclips[MAX_AUDIO_TRACKS]; in render_events() local
3753 xaclips[i] = -1; in render_events()
4029 …render_audio_segment(natracks, xaclips, mainw->multitrack != NULL ? mainw->multitrack->render_file… in render_events()
4073 … if (xaclips[mytrack] != aclips[i + 1] || fabs(xaseek[mytrack] - aseeks[i]) > AUD_DIFF_MIN * mult) in render_events()
4076 xaclips[mytrack] = aclips[i + 1]; in render_events()