Mercurial > hg > audiodb
diff audioDB.h @ 532:06409b6e268f multiprobeLSH
DELETED LSH_N_POINT_BITS coding. Tracks and points are now identified with a binary search, std::lower_bound(), on *adb->track_offsets return from LSH retrieval.
author | mas01mc |
---|---|
date | Mon, 02 Feb 2009 17:41:02 +0000 |
parents | cc2b97d020b1 |
children | e18843dc0aea |
line wrap: on
line diff
--- a/audioDB.h Sat Jan 31 16:25:30 2009 +0000 +++ b/audioDB.h Mon Feb 02 17:41:02 2009 +0000 @@ -92,7 +92,7 @@ #define O2_MAXNN (1000000U) #define O2_MAXSEQLEN (8000U) // maximum feature vectors in a sequence #define O2_MAXTRACKS (1000000U) // maximum number of tracks -#define O2_MAXTRACKLEN ADB_LSH_MAXTRACKLEN + #define O2_MAXDOTPRODUCTMEMORY (sizeof(O2_REALTYPE)*O2_MAXSEQLEN*O2_MAXSEQLEN) // 512MB #define O2_SERIAL_MAX_TRACKBATCH (1000000) #define O2_LARGE_ADB_SIZE (O2_DEFAULT_DATASIZE+1) // datasize at which features are kept externally (in Mbytes)