Searched refs:cmpsz (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwindow.h60 ssize_t cmpsz; /* size of result of last comp. attempt */ member in struct:_vcwindow_s
69 #define vcwfeedback(vcw, sz) ((vcw)->cmpsz = (sz))
H A Dvcwvote.c213 if((comp = vcw->cmpsz) <= 0)
215 vcw->cmpsz = 0;
/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffgroup.c62 ssize_t cmpsz; /* current best compressed size */ member in struct:_group_s
149 grp->cmpsz = (dtsz < VCH_SIZE ? VCH_SIZE : dtsz)*VC_BITSIZE; /* starting cost */
303 { /**/DEBUG_PRINT(2,"\t\titer=%d ", iter); DEBUG_PRINT(2,"cmpsz=%d ", (grp->cmpsz+7)/8);
396 if(z < (p = grp->cmpsz) )
398 grp->cmpsz = z;
405 /**/DEBUG_PRINT(2,"cmpsz=%d\n", (grp->cmpsz+7)/8);
487 n_output = (ntbl+1)*(VCH_SIZE+8) + (grp->cmpsz+7)/8;

Completed in 251 milliseconds