HomeSort by relevance Sort by last modified time
    Searched full:vectors (Results 76 - 100 of 473) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/vp8/encoder/
mcomp.c 39 // MV costing is based on the distribution of vectors in the previous frame and as such will tend to
40 // over state the cost of vectors. In addition coding a new vector can have a knock on effect on the
41 // cost of subsequent vectors and the quality of prediction from NEAR and NEAREST for subsequent blocks.
325 // Trap uncodable vectors
612 // Trap uncodable vectors
925 // Trap illegal vectors
1092 // Trap illegal vectors
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
utrace.h 245 * Vectors
253 * Length==-1 means zero or NUL termination. Works for vectors of all types.
258 * parameter (required for all vectors) is the number of
  /external/icu4c/common/unicode/
utrace.h 245 * Vectors
253 * Length==-1 means zero or NUL termination. Works for vectors of all types.
258 * parameter (required for all vectors) is the number of
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 189 // Reverse-sort the freeListEntries and m_commonSizedAllocations Vectors.
191 // whilst popping items off the end of the Vectors using last() and removeLast().
199 // Keep processing so long as entries remain in either of the vectors.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 166 * Computes the cross product of two vectors, storing the resulting
182 * Computes the dot product of two vectors.
  /external/chromium/third_party/icu/source/common/
uvectr32.h 46 * to use several vectors and make just one check at the end to see if
49 * multiple vectors. The single static flag works best when memory
uchar.c 139 /* unserialize the properties vectors trie */
147 * Allow the properties vectors trie to be missing -
974 /* add the start code point of each same-value range of the properties vectors trie */
976 /* if propsVectorsColumns==0 then the properties vectors trie may not be there at all */
  /external/icu4c/common/
uvectr32.h 46 * to use several vectors and make just one check at the end to see if
49 * multiple vectors. The single static flag works best when memory
uchar.c 138 /* unserialize the properties vectors trie */
146 * Allow the properties vectors trie to be missing -
860 /* add the start code point of each same-value range of the properties vectors trie */
862 /* if propsVectorsColumns==0 then the properties vectors trie may not be there at all */
uresdata.h 225 * Array items are simple vectors of Resource handles,
298 * - Vectors of 8-bit bytes stored as type Binary.
299 * - Vectors of 16-bit words stored as type Unicode String or Unicode String-v2
301 * - Vectors of 32-bit words stored as type Integer Vector.
  /external/dropbear/libtomcrypt/
changes 2 v1.16 -- Brian Gladman pointed out that a recent change to GCM broke how the IV was handled. Currently the code complies against his test vectors
17 -- Added Brian's vector #46 to the GCM code. It catches the ctr counter error from v1.15. Originally I was going to add all of his vectors,
60 -- Added 3GPP-F9 MAC (thanks to Greg Rose for the test vectors)
153 -- Added the NLS enc+mac stream cipher from QUALCOMM, disabled for this release, waiting on test vectors
221 -- Ported tv_gen to new framework (and yes, I made ecc vectors BEFORE changing the API and YES they match now :-))
259 -- Added LTC_NO_TEST which forces test vectors off (regardless of what tomcrypt_custom.h has)
332 with other libs like OpenSSL (comment: Test vectors would go a long way RSA...)
391 -- Added tweaked Anubis test vectors and made it default (undefined ANUBIS_TWEAK to get original Anubis)
    [all...]
  /external/bison/lib/
getopt_int.h 31 vectors at the same time. */
  /external/freetype/src/autofit/
afhints.h 45 /* hint directions -- the values are computed so that two vectors are */
  /external/libvpx/vp8/common/
findnearmv.c 16 /* Predict motion vectors using those from already-decoded nearby blocks.
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 34 ;# index to the next set of vectors in the row.
112 ;# input will can span three vectors if not aligned correctly.
463 ;# input will can span three vectors if not aligned correctly.
503 ;# input will can span three vectors if not aligned correctly.
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 35 ;# index to the next set of vectors in the row.
51 ;# index to the next set of vectors in the row.
173 ;# input will can span three vectors if not aligned correctly.
566 ;# input will can span three vectors if not aligned correctly.
  /external/openssl/crypto/hmac/
hmactest.c 92 "More text test vectors to stuff up EBCDIC machines :-)",
  /external/qemu/
cutils.c 134 /* io vectors */
  /external/tremolo/Tremolo/
codec_internal.h 141 int grouping; /* group n vectors per partition */
  /external/webkit/WebCore/platform/graphics/
FloatQuad.cpp 56 // Compute vectors
  /libcore/support/src/test/java/tests/support/
Support_Format.java 69 * compares two vectors regardless of the order of their elements
  /packages/apps/Gallery3D/src/com/cooliris/media/
FloatUtils.java 20 * A static class for some useful operations on Floats and Vectors
  /system/media/opensles/libopensles/
I3DLocation.c 173 // NTH Check for vectors close to zero or close to parallel
I3DMacroscopic.c 106 // NTH Check for vectors close to zero or close to parallel
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
VectorTest.java 494 assertTrue("a) Equal vectors returned false", tVector.equals(v));
496 assertTrue("b) UnEqual vectors returned true", !tVector.equals(v));
498 assertTrue("c) Equal vectors returned false", tVector.equals(v));
500 assertTrue("d) UnEqual vectors returned true", !tVector.equals(v));
501 assertTrue("e) Equal vectors returned false", tVector.equals(tVector));
502 assertFalse("f) UnEqual vectors returned true", tVector
504 assertFalse("g) Unequal vectors returned true", tVector.equals(null));
    [all...]

Completed in 1055 milliseconds

1 2 34 5 6 7 8 91011>>