Searched defs:cseg (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwprefix.c74 ssize_t cseg; /* current unprocessed segment */ member in struct:_pffile_s
265 pf->cseg = pf->nseg = 0;
316 seg = pf->cseg >= pf->nseg ? NIL(Pfseg_t*) : pf->seg+pf->cseg;
337 pf->cseg += 1; /* will be returning whatever is in seg */
340 if(pf->cseg < pf->nseg)
355 { pf->cseg = pf->nseg = 0;
414 pf->cseg = pf->nseg = 0;

Completed in 9 milliseconds