Lines Matching refs:MaxHashTable
540 #define MaxHashTable 5003 in EncodeImage() macro
615 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()
699 k+=MaxHashTable; in EncodeImage()
725 for (k=0; k < MaxHashTable; k++) in EncodeImage()