Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c765 typedef struct CubeRec { /* not really a ``cube'' */ struct
791 static struct CubeRec *gpCube=NULL; argument
1658 gpCube = (struct CubeRec *)malloc(gnQuantizingLevels*sizeof(struct CubeRec)); in Quantize()
1663 memset(gpCube, 0, gnQuantizingLevels*sizeof(struct CubeRec)); in Quantize()