HomeSort by relevance Sort by last modified time
    Searched full:zero (Results 426 - 450 of 18118) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 20 const __m128i zero = _mm_set1_epi16(0); local
60 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff);
65 mask = _mm_xor_si128(_mm_cmpeq_epi8(mask, zero), ff);
78 mask = _mm_cmpeq_epi8(mask, zero);
108 filter1 = _mm_unpacklo_epi8(zero, filter1);
110 filter2 = _mm_unpacklo_epi8(zero, filter2);
114 filt = _mm_packs_epi16(filter2, _mm_subs_epi16(zero, filter1));
120 filt = _mm_andnot_si128(_mm_srai_epi16(_mm_unpacklo_epi8(zero, hev), 0x8),
122 filt = _mm_packs_epi16(filt, _mm_subs_epi16(zero, filt));
135 flat = _mm_cmpeq_epi8(flat, zero);
381 const __m128i zero = _mm_set1_epi16(0); local
869 const __m128i zero = _mm_set1_epi16(0); local
1095 const __m128i zero = _mm_set1_epi16(0); local
1345 const __m128i zero = _mm_set1_epi16(0); local
    [all...]
vp9_loopfilter_intrin_avx2.c 17 const __m128i zero = _mm_set1_epi16(0); local
60 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff);
65 mask = _mm_xor_si128(_mm_cmpeq_epi8(mask, zero), ff);
79 mask = _mm_cmpeq_epi8(mask, zero);
109 filter1 = _mm_unpacklo_epi8(zero, filter1);
111 filter2 = _mm_unpacklo_epi8(zero, filter2);
115 filt = _mm_packs_epi16(filter2, _mm_subs_epi16(zero, filter1));
122 _mm_srai_epi16(_mm_unpacklo_epi8(zero, hev), 0x8), filt);
123 filt = _mm_packs_epi16(filt, _mm_subs_epi16(zero, filt));
137 flat = _mm_cmpeq_epi8(flat, zero);
399 const __m128i zero = _mm_set1_epi16(0); local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 20 const __m128i zero = _mm_set1_epi16(0); local
60 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff);
65 mask = _mm_xor_si128(_mm_cmpeq_epi8(mask, zero), ff);
78 mask = _mm_cmpeq_epi8(mask, zero);
108 filter1 = _mm_unpacklo_epi8(zero, filter1);
110 filter2 = _mm_unpacklo_epi8(zero, filter2);
114 filt = _mm_packs_epi16(filter2, _mm_subs_epi16(zero, filter1));
120 filt = _mm_andnot_si128(_mm_srai_epi16(_mm_unpacklo_epi8(zero, hev), 0x8),
122 filt = _mm_packs_epi16(filt, _mm_subs_epi16(zero, filt));
135 flat = _mm_cmpeq_epi8(flat, zero);
381 const __m128i zero = _mm_set1_epi16(0); local
869 const __m128i zero = _mm_set1_epi16(0); local
1095 const __m128i zero = _mm_set1_epi16(0); local
1345 const __m128i zero = _mm_set1_epi16(0); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 20 const __m128i zero = _mm_set1_epi16(0); local
60 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff);
65 mask = _mm_xor_si128(_mm_cmpeq_epi8(mask, zero), ff);
78 mask = _mm_cmpeq_epi8(mask, zero);
108 filter1 = _mm_unpacklo_epi8(zero, filter1);
110 filter2 = _mm_unpacklo_epi8(zero, filter2);
114 filt = _mm_packs_epi16(filter2, _mm_subs_epi16(zero, filter1));
120 filt = _mm_andnot_si128(_mm_srai_epi16(_mm_unpacklo_epi8(zero, hev), 0x8),
122 filt = _mm_packs_epi16(filt, _mm_subs_epi16(zero, filt));
135 flat = _mm_cmpeq_epi8(flat, zero);
381 const __m128i zero = _mm_set1_epi16(0); local
869 const __m128i zero = _mm_set1_epi16(0); local
1095 const __m128i zero = _mm_set1_epi16(0); local
1345 const __m128i zero = _mm_set1_epi16(0); local
    [all...]
  /art/runtime/
barrier.cc 48 // Increment the count. If it becomes zero after the increment
50 // it is non-zero then there is still one or more threads
53 // be decremented to zero and a Broadcast will be made on the
76 CHECK(!count_) << "Attempted to destroy barrier with non zero count";
  /bootable/recovery/minadbd/
utils.c 29 if (avail == 1) { /* overflowing, the last byte is reserved for zero */
34 buff[0] = (char) c; /* add char and terminating zero */
62 /* ensure there is a terminating zero */
99 /* ensure that there is a terminating zero */
  /development/samples/USB/MissileLauncher/
README.txt 10 - Sending control requests on endpoint zero that contain data
  /external/bison/lib/
memchr.c 115 four* bytes in longword1 is zero.
124 - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff,
132 So, if longword1 has only non-zero bytes, tmp is zero.
133 Whereas if longword1 has a zero byte, call j the position of the least
134 significant zero byte. Then the result has a zero at positions 0, ...,
137 already have a non-zero bit at position 8*j+7.
139 So, the test whether any byte in longword1 is zero is equivalent to
rawmemchr.c 80 to testing whether *any of the four* bytes in longword1 is zero.
89 - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff,
97 So, if longword1 has only non-zero bytes, tmp is zero.
98 Whereas if longword1 has a zero byte, call j the position of the least
99 significant zero byte. Then the result has a zero at positions 0, ...,
102 already have a non-zero bit at position 8*j+7.
104 The test whether any byte in longword1 is zero is equivalent
strchrnul.c 83 longword2 is zero.
92 - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff,
100 So, if longword1 has only non-zero bytes, tmp is zero.
101 Whereas if longword1 has a zero byte, call j the position of the least
102 significant zero byte. Then the result has a zero at positions 0, ...,
105 already have a non-zero bit at position 8*j+7.
107 The test whether any byte in longword1 or longword2 is zero is equivalent
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
BigIntegers.java 12 private static final BigInteger ZERO = BigInteger.valueOf(0);
18 * @return a byte array without a leading zero byte if present in the signed encoding.
41 * @return a byte array without a leading zero byte if present in the signed encoding.
90 return createRandomInRange(ZERO, max.subtract(min), random).add(min);
  /external/ceres-solver/internal/ceres/
partitioned_matrix_view_test.cc 93 Vector y1 = Vector::Zero(pmv_->num_rows());
96 Vector y2 = Vector::Zero(pmv_->num_rows());
106 Vector x2 = Vector::Zero(pmv_->num_cols());
113 Vector y1 = Vector::Zero(pmv_->num_rows());
116 Vector y2 = Vector::Zero(pmv_->num_rows());
125 Vector x = Vector::Zero(pmv_->num_rows());
130 Vector y = Vector::Zero(pmv_->num_cols());
131 Vector y1 = Vector::Zero(pmv_->num_cols_e());
132 Vector y2 = Vector::Zero(pmv_->num_cols_f());
  /external/chromium_org/base/
logging_win.h 37 // A textual only log message, contains a zero-terminated string.
39 // A message with a stack trace, followed by the zero-terminated
45 // the file as a zero terminated UTF8 string,
46 // the zero-terminated UTF8 message text.
  /external/chromium_org/content/test/data/npapi/
verify_plugin_window_rect.html 15 Tests whether the plugin window has a non zero client rect.
  /external/chromium_org/content/test/plugin/
plugin_window_size_test.h 13 // This class tests whether the plugin window has a non zero rect
  /external/chromium_org/mojo/public/cpp/bindings/lib/
buffer.h 14 // zero-initialized. Allocations remain valid for the lifetime of the Buffer.
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
inet_addr.c 14 // inet_ntoa returns zero if addr is not valid
  /external/chromium_org/net/quic/
quic_bandwidth_test.cc 24 EXPECT_EQ(0, QuicBandwidth::Zero().ToBitsPerSecond());
25 EXPECT_EQ(0, QuicBandwidth::Zero().ToKBitsPerSecond());
26 EXPECT_EQ(0, QuicBandwidth::Zero().ToBytesPerSecond());
27 EXPECT_EQ(0, QuicBandwidth::Zero().ToKBytesPerSecond());
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
ppapi_start.h 15 * the PPAPI event loop has terminated, then returning zero.
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ZeroPole.cpp 41 float zero = m_zero; local
45 const float k1 = 1 / (1 - zero);
55 // Zero
56 float output1 = k1 * (input - zero * lastX);
  /external/chromium_org/third_party/WebKit/public/web/
WebFileChooserCompletion.h 52 // Called with zero or more file names. Zero-lengthed vector means that
57 // Called with zero or more files, given as a vector of SelectedFileInfo.
58 // Zero-lengthed vector means that the user cancelled or that file
  /external/chromium_org/third_party/icu/source/test/testdata/
test1.ucm 19 # fromUnicode result is zero byte from other than U+0000
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 41 "mthi $zero, $ac0 \n\t"
43 "mthi $zero, $ac1 \n\t"
51 "mthi $zero, $ac0 \n\t"
63 "mthi $zero, $ac1 \n\t"
82 "mthi $zero, $ac0 \n\t"
98 "mthi $zero, $ac1 \n\t"
117 "mthi $zero, $ac0 \n\t"
129 "mthi $zero, $ac1 \n\t"
148 "mthi $zero, $ac0 \n\t"
150 "mthi $zero, $ac1 \n\t
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
094-divide-by-zero-short-circuit.c 1 /* glcpp is generating a division-by-zero error for this case. It's
  /external/chromium_org/v8/src/platform/
semaphore.h 31 // count reaches zero, threads waiting for the semaphore blocks until the
32 // count becomes non-zero.
42 // Suspends the calling thread until the semaphore counter is non zero
46 // Suspends the calling thread until the counter is non zero or the timeout

Completed in 3189 milliseconds

<<11121314151617181920>>