Searched defs:be (Results 1 - 25 of 48) sorted by relevance

12

/external/libvpx/libvpx/test/
H A Dsubtract_test.cc5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
21 typedef void (*SubtractBlockFunc)(BLOCK *be, BLOCKD *bd, int pitch);
36 BLOCK be; local
47 be.src_diff = reinterpret_cast<int16_t*>(
48 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
54 be.src = 0;
55 be.base_src = &source;
56 be
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
38 unsigned char *z = *(be->base_src) + be->src;
39 unsigned int src_stride = be->src_stride;
40 short *diff = &be->src_diff[0];
H A Dvp8_enc_stubs_mmx.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) argument
73 unsigned char *z = *(be->base_src) + be->src;
74 unsigned int src_stride = be->src_stride;
75 short *diff = &be->src_diff[0];
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
H A DCheckingBundleListener.java13 * The above copyright notice and this permission notice shall be
38 public void bundleChanged(BundleEvent be) { argument
39 eventList.add(be);
42 private void dump(BundleEvent be) { argument
43 System.out.println("BE:" + ", source " + be.getSource() + ", bundle=" + be.getBundle() + ", type=" + be.getType());
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
55 BLOCK *be = &x->block[ib]; local
65 vp8_subtract_b(be, b, 16);
67 x->short_fdct4x4(be->src_diff, be->coeff, 32);
69 x->quantize_b(be, b);
H A Dencodemb.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch) argument
24 unsigned char *src_ptr = (*(be->base_src) + be->src);
25 short *diff_ptr = be->src_diff;
27 int src_stride = be->src_stride;
489 output after inverse wht and idct will be all zero. A sum of absolute value
H A Dpickinter.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
120 static int get_prediction_error(BLOCK *be, BLOCKD *b) argument
124 sptr = (*(be->base_src) + be->src);
127 return vp8_get4x4sse_cs(sptr, be->src_stride, dptr, 16);
142 BLOCK *be = &x->block[ib]; local
162 distortion = get_prediction_error(be, b);
446 * The result can be rounde
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bsf.jar ... .BSFManager m org.apache.bsf.BSFException be String execName ClassLoader origLoader public java.lang.Object ...
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c110 struct atm_backend_ppp be; local
111 be.backend_num = ATM_BACKEND_PPP;
113 be.encaps = PPPOATM_ENCAPS_VC;
115 be.encaps = PPPOATM_ENCAPS_LLC;
117 be.encaps = PPPOATM_ENCAPS_AUTODETECT;
118 if (ioctl(fd, ATM_SETBACKEND, &be) < 0)
125 atm_backend_t be = ATM_BACKEND_RAW;
127 (void) ioctl(fd, ATM_SETBACKEND, &be);
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeTraverserTest.java109 static final BinaryTree be = new BinaryTree('e', null, bf); field in class:TreeTraverserTest
110 static final BinaryTree bd = new BinaryTree('d', bb, be);
/external/guava/guava-tests/test/com/google/common/collect/
H A DTreeTraverserTest.java111 static final BinaryTree be = new BinaryTree('e', null, bf); field in class:TreeTraverserTest
112 static final BinaryTree bd = new BinaryTree('d', bb, be);
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast-hint.cpp45 volatile E *be = dynamic_cast<E *>(b); local
H A Dconst-init-cxx11.cpp3 // FIXME: The padding in all these objects should be zero-initialized.
179 extern constexpr int (B1::*be) = (int(B1::*))&C::e; member in namespace:MemberPtr
396 // FIXME: This declaration should not be emitted -- it isn't odr-used.
608 // VirtualMembers::TemplateClass::templateMethod() must be defined in this TU,
/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c.c1114 uint32_t be, le; local
1116 be = ext2fs_crc32c_be(t->crc, test_buf + t->start, t->length);
1122 if (be != t->crc_be) {
1124 (int) (t - test), be, t->crc_be);
/external/fio/
H A Dlibfio.c14 * This program is distributed in the hope that it will be useful,
275 int le = 0, be = 0; local
279 be = 1;
284 if (be)
293 if (!le && !be)
304 * We need these to be properly 64-bit aligned, otherwise we
/external/ipsec-tools/src/racoon/
H A Dprivsep.c18 * may be used to endorse or promote products derived from this software
1099 char *const *be; local
1103 for (be = bad_env; *be; be++) {
1104 if (strncmp(*e, *be, strlen(*be)) == 0) {
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_resampler.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
83 float be, tnew, interp; local
96 be = 1 + skew;
102 tnew = be * mm + obj->position;
120 tnew = be * mm + obj->position;
125 obj->position += outsize * be - size;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmserr.c13 // The above copyright notice and this permission notice shall be included in
29 // that hopefully would be fully portable.
66 // amount of memoy that can be reclaimed. This is mostly as a safety feature to prevent
74 // required to be implemented: malloc, realloc and free, although the user may want to
189 // To reset it, we use the default allocators, which cannot be overriden
228 // context internal data should be malloce'd by using those functions.
321 // To reset it, we use the default allocators, which cannot be overriden
354 // this way have be freed at once. Next function allocates a single chunk for linked list
356 // memory is being swapped to disk. This approach is safer (although that may not be true on all platforms)
481 // It may be interestin
574 cmsUInt32Number be; local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_roboswitch.c5 * This software may be distributed under the terms of the BSD license.
77 static void wpa_driver_roboswitch_addr_be16(const u8 addr[ETH_ALEN], u16 *be) argument
81 be[(ETH_ALEN - i) / 2 - 1] = WPA_GET_BE16(addr + i);
411 /* set and read back to see if the register can be used */
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_roboswitch.c5 * This software may be distributed under the terms of the BSD license.
77 static void wpa_driver_roboswitch_addr_be16(const u8 addr[ETH_ALEN], u16 *be) argument
81 be[(ETH_ALEN - i) / 2 - 1] = WPA_GET_BE16(addr + i);
411 /* set and read back to see if the register can be used */
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c5 * This software may be distributed under the terms of the BSD license.
77 static void wpa_driver_roboswitch_addr_be16(const u8 addr[ETH_ALEN], u16 *be) argument
81 be[(ETH_ALEN - i) / 2 - 1] = WPA_GET_BE16(addr + i);
411 /* set and read back to see if the register can be used */
/external/llvm/lib/MC/
H A DMCELFStreamer.cpp52 report_fatal_error("Fragment can't be larger than a bundle size");
203 // In the future it might be worth trying to make these operations more well
326 // FIXME: Should this be caught and done earlier?
382 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr); local
383 fixSymbolsInTLSFixups(be->getLHS());
384 fixSymbolsInTLSFixups(be->getRHS());
501 // we create a new temporary fragment which will be later merged into
529 // to be turned off.
559 report_fatal_error(".bundle_align_mode cannot be changed once set");
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp89 // These values are defined in such a way that a merge can be done using
303 /// DeclRefExpr which isn't explicitly classified will be assumed to have
304 /// escaped the analysis and will be treated as an initialization.
362 // The result of a ?: could also be an lvalue.
511 void VisitBlockExpr(BlockExpr *be);
534 // the variable, we can say something stronger than 'may be uninitialized':
539 // the variable might still be uninitialized are followed. Since a variable
543 // non-termination might be correlated with the initialization condition.
608 // this code is intended to be reachable) so give a diagnostic here
650 // situations where no label matched: we can't be sur
692 VisitBlockExpr(BlockExpr *be) argument
[all...]
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp26 // * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
204 // covarMatrix - covariance matrix (output parameter; must be allocated
444 // be allocated in the RAM or be read from/written to the HDD (or any
446 // value of ioFlags paramater, which may be the following:
452 // The callback functions as well as the user data structure must be
462 // must be CV_TERMCRIT_NUMB, CV_TERMCRIT_EPS or
466 // 4. eigVals may be equal to NULL (if you don't need eigen values in further).
733 float *be local
764 float *be = ((float *) buffer) + ((ie - imin) * eigStep); local
788 float *be = ((float **) output)[i]; local
820 float *be = ((float **) output)[i]; local
[all...]
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp19 // Compound-statements can be used in constexpr functions.
23 // Types can be defined in constexpr functions.
37 // Variables can be declared in constexpr functions.
54 // if-statements can be used in constexpr functions.
74 // There can be 0 return-statements.
163 constexpr bool equal(Iterator1 a, Iterator1 ae, Iterator2 b, Iterator2 be) { argument
164 while (a != ae && b != be)
167 return a == ae && b == be;
182 // FIXME: We should be able to reject this before it's called
857 // FIXME: This function should be treate
[all...]

Completed in 892 milliseconds

12