HomeSort by relevance Sort by last modified time
    Searched refs:lsh (Results 1 - 8 of 8) sorted by null

  /external/libopus/silk/fixed/
warped_autocorrelation_FIX.c 47 opus_int n, i, lsh; local
74 lsh = silk_CLZ64( corr_QC[ 0 ] ) - 35;
75 lsh = silk_LIMIT( lsh, -12 - QC, 30 - QC );
76 *scale = -( QC + lsh );
78 if( lsh >= 0 ) {
80 corr[ i ] = (opus_int32)silk_CHECK_FIT32( silk_LSHIFT64( corr_QC[ i ], lsh ) );
84 corr[ i ] = (opus_int32)silk_CHECK_FIT32( silk_RSHIFT64( corr_QC[ i ], -lsh ) );
  /external/opencv3/modules/flann/include/opencv2/flann/
lsh_index.h 66 // Number of levels to use in multi-probe (0 for standard LSH)
86 * @param params parameters passed to the LSH algorithm
114 lsh::LshTable<ElementType>& table = tables_[i];
115 table = lsh::LshTable<ElementType>(feature_size_, key_size_);
237 /** Fills the different xor masks to use when getting the neighbors in multi-probe LSH
243 void fill_xor_mask(lsh::BucketKey key, int lowest_index, unsigned int level,
244 std::vector<lsh::BucketKey>& xor_masks)
250 lsh::BucketKey new_key = key | (1 << index);
270 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin();
271 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end()
    [all...]
lsh_table.h 62 namespace lsh namespace in namespace:cvflann
67 /** What is stored in an LSH bucket
70 /** The id from which we can get a bucket back in an LSH table
74 /** A bucket in an LSH table
80 /** POD for stats about an LSH table
104 out << "Lsh Table Stats:\n" << std::setw(w) << std::setiosflags(std::ios::right) << "N buckets : "
124 /** Lsh hash table. As its key is a sub-feature, and as usually
160 std::cerr << "LSH is not implemented for that type" << std::endl;
171 BucketKey key = (lsh::BucketKey)getKey(feature);
241 std::cerr << "LSH is not implemented for that type" << std::endl
    [all...]
  /external/compiler-rt/lib/builtins/
int_lib.h 123 uint32_t lsh = (uint32_t)(value & 0xFFFFFFFF); local
126 return 32 + __builtin_clz(lsh);
  /external/opencv3/modules/flann/test/
test_lshtable_badarg.cpp 60 flann::Index lsh(features, indexParams);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
allopcodes.S 88 A_CLASS( lsh, TEST_C3X )
89 T_CLASS( lsh, TEST_C3X )
90 Q_CLASS( lsh, sti, TEST_C3X )
opcodes.s     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-defs.h 229 lsh, enumerator in enum:__anon73996

Completed in 117 milliseconds