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

/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffgroup.c63 ssize_t ntbl; /* number of coding tables */ member in struct:_group_s
150 grp->ntbl = 0;
225 /* compute an optimal clustering with ntbl clusters */
227 static void grppart(Group_t* grp, ssize_t ntbl, int niter) argument
229 static void grppart(grp, ntbl, niter)
231 ssize_t ntbl; /* # of tables aiming for */
244 if(ntbl > npts)
245 ntbl = npts;
246 if(ntbl > GRP_NTBL)
247 ntbl
441 ssize_t *sz, npts, ntbl, ptsz, itbl; local
559 ssize_t npts, ptsz, ntbl; local
[all...]

Completed in 12 milliseconds