Searched refs:vchcopy (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libvcodex/Vchuff/ |
H A D | vchuff.h | 70 extern int vchcopy _ARG_((Vcodex_t*, ssize_t*, ssize_t*, ssize_t));
|
H A D | vchuffman.c | 43 int vchcopy(Vcodex_t* vc, ssize_t* freq, ssize_t* size , ssize_t maxs) function 45 int vchcopy(vc, freq, size, maxs )
|
H A D | vchhdr.h | 121 extern int vchcopy(Vcodex_t*, ssize_t*, ssize_t*, ssize_t);
|
H A D | vchuffpart.c | 100 vchcopy(pt->vch, freq, NIL(ssize_t*), 0);
|
Completed in 13 milliseconds