Mercurial > hg > audiodb
diff audioDB-internals.h @ 526:cbd5841e6b70 multiprobeLSH
Set ADB_FIXME_DEFAULT_LSH_N_POINT_BITS to 15 so we can get about 20k vectors per file in the LSH point encoding. This pain and suffering will go away soon, I promise.
author | mas01mc |
---|---|
date | Wed, 28 Jan 2009 17:54:18 +0000 |
parents | cc2b97d020b1 |
children | 561339c7fd26 |
line wrap: on
line diff
--- a/audioDB-internals.h Wed Jan 28 17:18:58 2009 +0000 +++ b/audioDB-internals.h Wed Jan 28 17:54:18 2009 +0000 @@ -282,7 +282,7 @@ return ((track_id << n_point_bits) | track_pos); } -#define ADB_FIXME_DEFAULT_LSH_N_POINT_BITS 14 +#define ADB_FIXME_DEFAULT_LSH_N_POINT_BITS 15 #ifndef ADB_FIXME_LSH_N_POINT_BITS #define ADB_FIXME_LSH_N_POINT_BITS ADB_FIXME_DEFAULT_LSH_N_POINT_BITS #endif