HomeSort by relevance Sort by last modified time
    Searched full:hamming (Results 1 - 25 of 28) sorted by null

1 2

  /external/linux-tools-perf/util/
hweight.c 10 * hweightN - returns the hamming weight of a N-bit word
13 * The Hamming Weight of a number is the total number of bits set in it.
  /external/llvm/test/Transforms/SimplifyCFG/
2006-06-12-InfLoop.ll 89 loopentry.1.i85.loopexit: ; preds = %hamming.exit16.i
96 br i1 false, label %no_exit.i.i101.preheader, label %hamming.exit.i104
100 br i1 false, label %no_exit.i.i101, label %hamming.exit.i104.loopexit
101 hamming.exit.i104.loopexit: ; preds = %no_exit.i.i101
102 br label %hamming.exit.i104
103 hamming.exit.i104: ; preds = %hamming.exit.i104.loopexit, %no_exit.1.i87
104 br i1 false, label %no_exit.i15.i.preheader, label %hamming.exit16.i
105 no_exit.i15.i.preheader: ; preds = %hamming.exit.i104
108 br i1 false, label %no_exit.i15.i, label %hamming.exit16.i.loopexi
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videotext.h 121 unsigned hamming : 1; /* hamming-error occurred */ member in struct:__anon40569
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 121 unsigned hamming : 1; /* hamming-error occurred */ member in struct:__anon42160
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 121 unsigned hamming : 1; /* hamming-error occurred */ member in struct:__anon43674
  /external/chromium_org/skia/ext/
image_operations.cc 63 // Evaluates the Hamming filter of the given filter size window for the given
68 // cardinal multiplied by a recentered Hamming function. The traditional
69 // Hamming formula for a window of size N and n ranging in [0, N-1] is:
70 // hamming(n) = 0.54 - 0.46 * cos(2 * pi * n / (N-1)))
74 // hamming(x) = (0.54 -
87 (0.54f + 0.46f * cos(xpi / filter_size))); // hamming(x)
114 // The Hamming filter takes as much space in the source image in
320 // will be acceptable, and we use the fastest one, Hamming-1.
324 // resampling. In visual tests we see that Hamming-1 is not as good as
326 // about 30% faster than Lanczos-3. The use of Hamming-1 has been deeme
    [all...]
image_operations.h 68 // 1-cycle Hamming filter. This is tall is the middle and falls off towards
  /external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.cpp 95 SK_CONF_DECLARE(const char *, c_bitmapFilter, "bitmap.filter", "mitchell", "Which scanline bitmap filter to use [mitchell, lanczos, hamming, gaussian, triangle, box]");
102 } else if (!strcmp(c_bitmapFilter, "hamming")) {
SkBitmapFilter.h 151 (0.54f + 0.46f * sk_float_cos(xpi / fWidth))); // hamming(x)
SkBitmapScaler.cpp 224 // resampling. In visual tests we see that Hamming-1 is not as good as
226 // about 30% faster than Lanczos-3. The use of Hamming-1 has been deemed
  /external/skia/src/core/
SkBitmapFilter.cpp 95 SK_CONF_DECLARE(const char *, c_bitmapFilter, "bitmap.filter", "mitchell", "Which scanline bitmap filter to use [mitchell, lanczos, hamming, gaussian, triangle, box]");
102 } else if (!strcmp(c_bitmapFilter, "hamming")) {
SkBitmapFilter.h 151 (0.54f + 0.46f * sk_float_cos(xpi / fWidth))); // hamming(x)
SkBitmapScaler.cpp 224 // resampling. In visual tests we see that Hamming-1 is not as good as
226 // about 30% faster than Lanczos-3. The use of Hamming-1 has been deemed
  /external/srec/srec/include/
front.h 280 ** hamming-window 0
  /external/kernel-headers/original/linux/
bitmap.h 43 * bitmap_weight(src, nbits) Hamming Weight: number set bits
nodemask.h 38 * int nodes_weight(mask) Hamming weight - number of set bits
cpumask.h 38 * int cpus_weight(mask) Hamming weigh - number of set bits
  /external/srtp/crypto/include/
datatypes.h 105 * octet_get_weight(x) returns the hamming weight (number of bits equal to
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lcl.h 145 * with low Hamming weight, so we use w = 1 for b <= 23.
  /external/openssl/crypto/bn/
bn_lcl.h 145 * with low Hamming weight, so we use w = 1 for b <= 23.
  /external/oprofile/utils/
ophelp.c 40 /// return the Hamming weight (number of set bits)
  /external/srec/srec/cfront/
frontobj.c 492 ** add Hamming window on speech data */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_generators.py 650 The algorithms "m235" (Hamming) and Fibonacci presented above are both
697 iterators, whereupon it is deleted. You can therefore print the hamming
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py 650 The algorithms "m235" (Hamming) and Fibonacci presented above are both
697 iterators, whereupon it is deleted. You can therefore print the hamming
    [all...]
  /external/flac/include/FLAC/
stream_encoder.h     [all...]

Completed in 2167 milliseconds

1 2