Home
last modified time | relevance | path

Searched refs:XHUFF (Results 1 – 3 of 3) sorted by relevance

/dports/devel/gdcm/gdcm-3.0.10/Utilities/pvrg/
H A Dsystem.h42 #define XHUFF struct huffman_standard_structure macro
80 XHUFF {
H A Dglobals.h135 XHUFF *ACXhuff[MAXIMUM_DEVICES]; /* Transmittable huffman tables */
139 XHUFF *DCXhuff[MAXIMUM_DEVICES]; /* Transmittable huffman tables */
H A Dhuffman.c81 static XHUFF *Xhuff=NULL;
603 if (!(Xhuff = MakeStructure(XHUFF))) in MakeXhuff()