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

123

/external/chromium_org/chrome/test/chromeos/utilities/
H A Dvm_setup_state.py3 # Use of this source code is governed by a BSD-style license that can be
7 import pyauto_functional # has to be imported before pyauto namespace
16 This script is intended to be run manually over ssh on a Chromium OS virtual
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libvpx/source/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/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 (*subtract_b_fn_t)(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/chromium_org/third_party/libvpx/source/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);
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_to_expectations_test.py6 Use of this source code is governed by a BSD-style license that can be
17 within self._output_dir_expected, which wouldn't be good...
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
/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);
/external/skia/gm/rebaseline_server/
H A Dcompare_configs_test.py6 Use of this source code is governed by a BSD-style license that can be
17 within self._output_dir_expected, which wouldn't be good...
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Dcompare_to_expectations_test.py6 Use of this source code is governed by a BSD-style license that can be
17 within self._output_dir_expected, which wouldn't be good...
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Dcompare_rendered_pictures_test.py6 Use of this source code is governed by a BSD-style license that can be
17 within self._output_dir_expected, which wouldn't be good...
29 import gm_json # must import results first, so that gm_json will be in sys.path namespace
/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/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadImplicit.cpp4 * Use of this source code is governed by a BSD-style license that can be
21 * The implicit form can be expressed as a 4x4 determinant, as shown.
75 double be = b * e; local
76 double bde = be * d;
81 double abe = a * be;
91 * may be coincident.
/external/qemu/tcg/
H A Dtcg-be-ldst.h11 * The above copyright notice and this permission notice shall be included in
31 TCGReg datalo_reg; /* reg index for low word to be loaded or stored */
32 TCGReg datahi_reg; /* reg index for high word to be loaded or stored */
35 uint8_t *label_ptr[2]; /* label pointers to be updated */
50 s->be->nb_ldst_labels = 0;
62 TCGLabelQemuLdst *lb = s->be->ldst_labels;
63 int i, n = s->be->nb_ldst_labels;
81 TCGBackendData *be = s->be; local
82 int n = be
[all...]
/external/skia/src/pathops/
H A DSkDQuadImplicit.cpp4 * Use of this source code is governed by a BSD-style license that can be
21 * The implicit form can be expressed as a 4x4 determinant, as shown.
75 double be = b * e; local
76 double bde = be * d;
81 double abe = a * be;
91 * may be coincident.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dsubtract_neon.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.
15 BLOCK *be,
24 src_ptr = *be->base_src + be->src;
25 src_stride = be->src_stride;
49 src_diff = be->src_diff;
14 vp8_subtract_b_neon( BLOCK *be, BLOCKD *bd, int pitch) argument
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticParameterization.cpp4 * Use of this source code is governed by a BSD-style license that can be
23 * The implicit form can be expressed as a 4x4 determinant, as shown.
77 double be = b * e; local
78 double bde = be * d;
83 double abe = a * be;
93 * may be coincident.
/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/skia/experimental/Intersection/
H A DQuadraticParameterization.cpp4 * Use of this source code is governed by a BSD-style license that can be
23 * The implicit form can be expressed as a 4x4 determinant, as shown.
77 double be = b * e; local
78 double bde = be * d;
83 double abe = a * be;
93 * may be coincident.
/external/chromium_org/third_party/webrtc/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.
82 float be, tnew; local
97 be = 1 + skew;
103 tnew = be * mm + obj->position;
112 tnew = be * mm + obj->position;
117 obj->position += (*size_out) * be - size;
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast-hint.cpp45 volatile E *be = dynamic_cast<E *>(b); local
/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,
261 int le = 0, be = 0; local
265 be = 1;
270 if (be)
279 if (!le && !be)

Completed in 944 milliseconds

123