Searched refs:MaxHashTable (Results 1 – 1 of 1) sorted by relevance
540 #define MaxHashTable 5003 in EncodeImage() macro615 hash_code=(short *) AcquireQuantumMemory(MaxHashTable,sizeof(*hash_code)); in EncodeImage()616 hash_prefix=(short *) AcquireQuantumMemory(MaxHashTable,sizeof(*hash_prefix)); in EncodeImage()617 hash_suffix=(unsigned char *) AcquireQuantumMemory(MaxHashTable, in EncodeImage()637 (void) memset(hash_code,0,MaxHashTable*sizeof(*hash_code)); in EncodeImage()638 (void) memset(hash_prefix,0,MaxHashTable*sizeof(*hash_prefix)); in EncodeImage()639 (void) memset(hash_suffix,0,MaxHashTable*sizeof(*hash_suffix)); in EncodeImage()681 if (k >= MaxHashTable) in EncodeImage()682 k-=MaxHashTable; in EncodeImage()694 displacement=MaxHashTable-k; in EncodeImage()[all …]