Home
last modified time | relevance | path

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

/external/zopfli/src/zopfli/
Dhash.c55 h->hashval2 = (int*)malloc(sizeof(*h->hashval2) * window_size); in ZopfliInitHash()
61 h->hashval2[i] = -1; in ZopfliInitHash()
74 free(h->hashval2); in ZopfliCleanHash()
121 h->hashval2[hpos] = h->val2; in ZopfliUpdateHash()
122 if (h->head2[h->val2] != -1 && h->hashval2[h->head2[h->val2]] == h->val2) { in ZopfliUpdateHash()
Dhash.h40 int* hashval2; /* Index to hash value at this index. */ member
Dlz77.c334 h->val2 == h->hashval2[p]) { in ZopfliFindLongestMatch()
338 hhashval = h->hashval2; in ZopfliFindLongestMatch()