Searched refs:runb (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvcodex/Vchuff/
H A Dvchsize.c60 ssize_t vchsize(ssize_t nsym, ssize_t* freq, ssize_t* size, int* runb) argument
62 ssize_t vchsize(nsym, freq, size, runb)
66 int* runb; /* the run byte if any */
95 if(runb)
96 *runb = -1;
98 { if(notz == 1 && runb)
99 *runb = (int)(sort[0]-tree);
H A Dvchuffgroup.c37 int runb; /* the run object if any */ member in struct:_table_s
264 tbl[t].maxs = vchsize(VCH_SIZE, fr, tbl[t].size, &tbl[t].runb);
294 tbl[p].maxs = vchsize(VCH_SIZE, freq[p], tbl[p].size, &tbl[p].runb);
295 tbl[q].maxs = vchsize(VCH_SIZE, freq[q], tbl[q].size, &tbl[q].runb);
326 z = (n == 1 && obj[p].obj == tbl[k].runb) ? 0 : GRP_HUGE;
366 tbl[k].maxs = vchsize(VCH_SIZE, fr, sz, &tbl[k].runb);
375 { /**/DEBUG_ASSERT(tbl[k].runb >= 0);
500 vcioputc(&io,tbl[k].runb);
592 tbl[k].runb = vciogetc(&io);
623 { p = tbl[part[k]].runb;
[all...]

Completed in 39 milliseconds