libmemdraw: allow wider images

http://codereview.appspot.com/98067
This commit is contained in:
Russ Cox 2009-07-29 11:28:55 -04:00
parent a4e2af8fff
commit 8e5ae416a7

View file

@ -3,7 +3,7 @@
#include <draw.h>
#include <memdraw.h>
#define CHUNK 8000
#define CHUNK 16000
#define HSHIFT 3 /* HSHIFT==5 runs slightly faster, but hash table is 64x bigger */
#define NHASH (1<<(HSHIFT*NMATCH))