HomeSort by relevance Sort by last modified time
    Searched defs:be (Results 1 - 25 of 45) sorted by null

1 2

  /external/libvpx/vp8/encoder/
encodeintra.c 5 * 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.
33 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode)
37 ENCODEMB_INVOKE(&rtcd->encodemb, subb)(be, b, 16);
39 x->vp8_short_fdct4x4(be->src_diff, be->coeff, 32);
41 x->quantize_b(be, b);
57 BLOCK *be = &mb->block[i]; local
60 vp8_encode_intra4x4block(rtcd, mb, be, b, b->bmi.mode)
    [all...]
firstpass.c 5 * 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.
104 BLOCK *be = &x->block[i]; local
106 vp8_encode_intra4x4block(IF_RTCD(&cpi->rtcd), x, be, b, B_DC_PRED);
    [all...]
rdopt.c 5 * 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.
399 BLOCK *be; local
406 be = &mb->block[i];
413 int this_diff = be->coeff[j] - bd->dqcoeff[j];
426 BLOCK *be; local
435 be = &mb->block[i];
438 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
599 BLOCK *be,
985 BLOCK *be = &x->block[i]; local
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 110 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/llvm/lib/MC/
MCELFStreamer.cpp 122 // In the future it might be worth trying to make these operations more well
225 // FIXME: Should this be caught and done earlier?
288 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr); local
289 fixSymbolsInTLSFixups(be->getLHS());
290 fixSymbolsInTLSFixups(be->getRHS());
  /external/webrtc/src/modules/audio_processing/aec/main/source/
resampler.c 5 * 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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 101 Rect be = elements[0].getBounds(); local
103 if (be.isValid()) {
107 int offsetX = x - be.x + (feedback.dragBounds != null ? feedback.dragBounds.x : 0);
108 int offsetY = y - be.y + (feedback.dragBounds != null ? feedback.dragBounds.y : 0);
166 Rect be = element.getBounds();
181 if (be.isValid()) {
182 offset = new Point(x - be.x, y - be.y);
184 } else if (offset != null && be.isValid()) {
185 x = offset.x + be.x
    [all...]
  /external/ipsec-tools/src/racoon/
privsep.c 18 * may be used to endorse or promote products derived from this software
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
1103 * succeed but will be ineffective if performed on an unprivileged socket.
1475 char *const *be; local
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 26 // * 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 = ((float *) buffer) + ((ie - imin) * eigStep) 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/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 15 # contributors may be used to endorse or promote products derived from
22 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
49 from webkitpy.common.config.committers import Committer # FIXME: This should not be needed namespace
50 from webkitpy.common.net.bugzilla import Attachment # FIXME: This should not be needed namespace
58 # FIXME: This should be unified into one of the executive.py commands!
84 # We use this wrapper to disable output decoding. diffs should be treated as
117 # This used to be the last commit, but doing so broke
122 # Slash should always be the right path separator since we use cygwin on Windows.
176 # Now that we've deleted the checkout paths, cwddir may be invalid
276 # GitTest and SVNTest inherit from this so any test_ methods here will be run once for this class and then once for each subclass
    [all...]
  /bionic/libc/stdlib/
strtod.c 49 * we can represent 10^k exactly), we may be able to
90 * appropriate. If MALLOC is undefined, malloc will be invoked
206 IBM should be defined.
223 * An alternative that might be better on some machines is
384 * computation is performed. Also the NULL value can also be
2113 int bbits, b2, b5, be, dig, i, ieps, ilim0, local
    [all...]
  /external/pcre/
pcre_compile.c 23 contributors may be used to endorse or promote products derived from
29 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
84 soon as they can be, so that hopefully there will never be an overrun. The code
89 remembering forward references to groups so that they can be filled in at the
225 length entry. The first three must be alpha, lower, upper, as this is assumed
265 substitutes must be in the order of the names, defined above, and there are
318 are no longer used. This used to be a table of strings, but in order to reduce
326 substring, so that the whole string ends with \0\0, which can be detected when
364 "(?R or (?[+-]digits must be followed by )\0
7182 uschar *be = cc - 1 - LINK_SIZE + GET(cc, -LINK_SIZE); local
    [all...]
  /external/tcpdump/
print-snmp.c 19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
41 * (into the BE structure) complicated things.
272 * and by right shouldn't be an "include" file.
277 * This defines a list of OIDs which will be abbreviated on output.
328 struct be { struct
400 * provided BE object.
406 asn1_parse(register const u_char *p, u_int len, struct be *elem)
420 * it would be nice to use a bit field, but you can't depend on them.
661 * Display the ASN.1 object represented by the BE object.
662 * This used to be an integral part of asn1_parse() before the intermediat
879 int be; member in struct:smi2be
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 30 * appropriate depends on the compiler; for this to work, it may be
52 * we can represent 10^k exactly), we may be able to
112 * An alternative that might be better on some machines is
161 // 64-bit emulation provided by the compiler is likely to be slower than dtoa own code on 32-bit hardware.
1109 /* special case -- power of FLT_RADIX to be */
1322 int bbits, b2, b5, be, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 9 * Alternatively, this software may be distributed under the terms of BSD
1042 /* Add the BSSID twice, so its count will be 2, causing it to be
2974 int be, bk, vi, vo; local
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 57 // The threshold for how long an alarm can be late before we print a
470 for (Map.Entry<String, BroadcastStats> be : mBroadcastStats.entrySet()) {
471 BroadcastStats bs = be.getValue();
472 pw.print(" "); pw.println(be.getKey());
535 // this adjustment will be zero if we're late by
544 // if it repeats queue it up to be read-added to the list
    [all...]
  /bionic/libc/kernel/common/linux/
wanrouter.h 306 unsigned be; member in struct:wanif_conf
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 306 unsigned be; member in struct:wanif_conf
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 29 * appropriate depends on the compiler; for this to work, it may be
52 * we can represent 10^k exactly), we may be able to
76 * is also #defined, fegetround() will be queried for the rounding mode.
78 * standard (and are specified to be consistent, with fesetround()
96 * something other than "long long", #define Llong to be the name,
98 * Llong, #define #ULLong to be the corresponding unsigned type.
105 * appropriate. If MALLOC is undefined, malloc will be invoked
107 * want something other than the system's free() to be called to
108 * recycle memory acquired from MALLOC, #define FREE to be the
115 * unless #defined to be a different length. This default lengt
3564 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, variable
    [all...]
  /external/kernel-headers/original/linux/
wanrouter.h 31 * Oct 20, 1997 Jaspreet Singh Added 'cir','bc','be' and 'mc' to 'wanif_conf_t'
402 unsigned be; /* Excess Burst Size fwd, bwd */ member in struct:wanif_conf
523 /* Proc interface functions. These must not be called by the drivers! */
  /external/qemu/hw/
usb-ohci.c 12 * This library is distributed in the hope that it will be useful,
23 * o Disable timers when nothing needs to be done, or remove timer usage
202 uint32_t be; member in struct:ohci_td
210 uint32_t be; member in struct:ohci_iso_td
563 ptr = td->be & ~0xfffu;
640 iso_td.flags, iso_td.bp, iso_td.next, iso_td.be,
687 if (!iso_td.bp || !iso_td.be) {
688 printf("usb-ohci: ISO_TD bp 0x%.8x be 0x%.8x\n", iso_td.bp, iso_td.be);
713 start_addr = (iso_td.be & OHCI_PAGE_MASK)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wanrouter.h 31 * Oct 20, 1997 Jaspreet Singh Added 'cir','bc','be' and 'mc' to 'wanif_conf_t'
402 unsigned be; /* Excess Burst Size fwd, bwd */ member in struct:wanif_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 306 unsigned be; member in struct:wanif_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 306 unsigned be; member in struct:wanif_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 306 unsigned be; member in struct:wanif_conf

Completed in 1118 milliseconds

1 2