Home
last modified time | relevance | path

Searched refs:scellid (Results 1 – 5 of 5) sorted by last modified time

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h117 int scellid; /* ID assigned to cell */ member
H A Ddvdauthor.c1054 for( ci=cl->scellid; ci<cl->ecellid; ci++ ) in getptsspan()
H A Ddvdifo.c172 const int fv = findcellvobu(thissource->vob, thiscell->scellid); in globalfindvobu()
176 for (ci = thiscell->scellid; ci < thiscell->ecellid; ci++) in globalfindvobu()
444 if (thiscell->scellid != thiscell->ecellid) in Create_PTT_SRPT()
H A Ddvdpgc.c335 if (thissource->cells[k].scellid == thissource->cells[k].ecellid) in genpgc()
339 j += thissource->cells[k].ecellid - thissource->cells[k].scellid; in genpgc()
353 for (l = thissource->cells[k].scellid; l < thissource->cells[k].ecellid; l++) in genpgc()
410 for (k = thissource->cells[j].scellid; k < thissource->cells[j].ecellid; k++) in genpgc()
H A Ddvdvob.c2074 thissource->cells[k].scellid = v; /* cell starts here */ in MarkChapters()
2154 if (thiscell->scellid < 0) in MarkChapters()
2155 thiscell->scellid = 1; in MarkChapters()
2156 else if (thiscell->scellid < thissource->vob->numvobus) in MarkChapters()
2157 thiscell->scellid = thissource->vob->vobu[thiscell->scellid].vobcellid & 255; in MarkChapters()
2159 thiscell->scellid = thissource->vob->numcells + 1; in MarkChapters()
2167 va->allpgcs[i]->numcells += thiscell->ecellid - thiscell->scellid; in MarkChapters()
2168 if (thiscell->scellid != thiscell->ecellid && thiscell->ischapter != CELL_NEITHER) in MarkChapters()