Searched refs:HASH_SIZE (Results 1 – 3 of 3) sorted by relevance
661 #define HASH_SIZE 30011 macro700 hash_table = malloc(sizeof(hash_table[0]) * HASH_SIZE); in lz_compress()701 for(i = 0; i < HASH_SIZE; i++) in lz_compress()708 h = ((src[i] << 16) | (src[i + 1] << 8) | src[i + 2]) % HASH_SIZE; in lz_compress()
109 #define HASH_SIZE (1 << HASH_BITS) macro
246 (int32_t*)WebPSafeMalloc(HASH_SIZE, sizeof(*hash_to_first_index)); in VP8LHashChainFill()250 memset(hash_to_first_index, 0xff, HASH_SIZE * sizeof(*hash_to_first_index)); in VP8LHashChainFill()
Completed in 6 milliseconds