HomeSort by relevance Sort by last modified time
    Searched defs:sd (Results 76 - 100 of 159) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 248 YV12_BUFFER_CONFIG sd = { 0 }; local
286 if (vp9_get_raw_frame(ctx->pbi, &sd, &time_stamp, &time_end_stamp, &flags))
289 yuvconfig2image(&ctx->img, &sd, user_priv);
458 YV12_BUFFER_CONFIG sd; local
460 image2yuvconfig(&frame->img, &sd);
462 (VP9_REFFRAME)frame->frame_type, &sd);
474 YV12_BUFFER_CONFIG sd; local
476 image2yuvconfig(&frame->img, &sd);
479 (VP9_REFFRAME)frame->frame_type, &sd);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 281 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; local
426 sd = radf / (double) kspan;
427 cd = sin(sd);
429 sd = sin(sd + sd);
455 s1 = sd;
472 ak = c1 - (cd * c1 + sd * s1);
473 s1 = sd * c1 - cd * s1 + s1;
538 c2 = c1 - (cd * c1 + sd * s1)
    [all...]
  /external/chromium_org/v8/src/mips/
disasm-mips.cc 193 int sd = instr->RdValue(); local
194 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sd);
383 ASSERT(STRING_STARTS_WITH(format, "sd"));
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 227 int sd; local
253 sd = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP);
254 if (sd < 0) {
260 if (ioctl (sd, SIOCGIFCONF, (char *)&ifc) < 0) {
261 close(sd);
269 if (ioctl(sd, SIOCGIFHWADDR, &ifr) < 0)
274 if (ioctl(sd, SIOCGENADDR, &ifr) < 0)
288 close(sd);
297 close(sd);
301 close(sd);
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof.cpp 148 SpoofData *sd = new SpoofData(data, length, *status); local
149 SpoofImpl *si = new SpoofImpl(sd, *status);
151 delete sd;
155 if (sd == NULL || si == NULL) {
157 delete sd;
163 *pActualLength = sd->fRawData->fLength;
  /external/iputils/ninfod/
ni_ifaddrs.c 113 static int nl_sendreq(int sd, int request, int flags, int *seq)
134 return (sendto(sd, (void *) req_hdr, req_hdr->nlmsg_len, 0, (struct sockaddr *) &nladdr, sizeof(nladdr)));
137 static int nl_recvmsg(int sd, int request, int seq, void *buf, size_t buflen, int *flags)
152 read_len = recvmsg(sd, &msg, 0);
163 static int nl_getmsg(int sd, int request, int seq, struct nlmsghdr **nlhp, int *done)
179 result = read_size = nl_recvmsg(sd, request, seq, buff, bufsize, &msg_flags);
218 static int nl_getlist(int sd, int seq, int request, struct nlmsg_list **nlm_list, struct nlmsg_list **nlm_end)
224 status = nl_sendreq(sd, request, NLM_F_ROOT | NLM_F_MATCH, &seq);
230 status = nl_getmsg(sd, request, seq, &nlh, &done);
286 static void nl_close(int sd)
298 int sd; local
315 int sd; local
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 255 YV12_BUFFER_CONFIG sd = { 0 }; local
289 if (vp9_get_raw_frame(ctx->pbi, &sd, &time_stamp, &time_end_stamp, &flags))
292 yuvconfig2image(&ctx->img, &sd, user_priv);
434 YV12_BUFFER_CONFIG sd; local
436 image2yuvconfig(&frame->img, &sd);
438 (VP9_REFFRAME)frame->frame_type, &sd);
450 YV12_BUFFER_CONFIG sd; local
452 image2yuvconfig(&frame->img, &sd);
455 (VP9_REFFRAME)frame->frame_type, &sd);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 281 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; local
430 sd = radf / (double) kspan;
431 cd = sin(sd);
433 sd = sin(sd + sd);
459 s1 = sd;
476 ak = c1 - (cd * c1 + sd * s1);
477 s1 = sd * c1 - cd * s1 + s1;
542 c2 = c1 - (cd * c1 + sd * s1)
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 62 int sd; /* descriptor of TCP socket to read from */ member in struct:httpread
145 eloop_unregister_sock(h->sd, EVENT_TYPE_READ);
149 h->sd = -1; /* aid debugging */
374 static void httpread_read_handler(int sd, void *eloop_ctx, void *sock_ctx)
389 nread = read(h->sd, readbuf, sizeof(readbuf));
684 eloop_unregister_sock(h->sd, EVENT_TYPE_READ);
707 int sd, /* descriptor of TCP socket to read from */
720 h->sd = sd;
732 if (eloop_register_sock(sd, EVENT_TYPE_READ, httpread_read_handler
    [all...]
wps_upnp_ssdp.c 694 static void ssdp_listener_handler(int sd, void *eloop_ctx, void *sock_ctx)
743 int sd; local
745 sd = socket(AF_INET, SOCK_DGRAM, 0);
746 if (sd < 0)
748 if (fcntl(sd, F_SETFL, O_NONBLOCK) != 0)
750 if (setsockopt(sd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)))
756 if (bind(sd, (struct sockaddr *) &addr, sizeof(addr)))
761 if (setsockopt(sd, IPPROTO_IP, IP_ADD_MEMBERSHIP,
764 if (setsockopt(sd, IPPROTO_IP, IP_MULTICAST_TTL,
768 return sd;
866 int sd; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 237 YV12_BUFFER_CONFIG sd; local
264 if (!res && 0 == vp9_get_raw_frame(pbi, &sd, &time_stamp,
266 yuvconfig2image(&ctx->img, &sd, user_priv);
412 YV12_BUFFER_CONFIG sd; local
414 image2yuvconfig(&frame->img, &sd);
416 (VP9_REFFRAME)frame->frame_type, &sd);
428 YV12_BUFFER_CONFIG sd; local
430 image2yuvconfig(&frame->img, &sd);
433 (VP9_REFFRAME)frame->frame_type, &sd);
  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 555 double sd; local
561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult);
563 return(sd);
  /external/chromium_org/third_party/icu/source/common/
rbbitblb.cpp 715 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
716 if (sd->fPositions->indexOf(endMarker) >= 0) {
721 if (sd->fAccepting==0) {
723 sd->fAccepting = endMarker->fVal;
724 if (sd->fAccepting == 0) {
725 sd->fAccepting = -1;
728 if (sd->fAccepting==-1 && endMarker->fVal != 0) {
732 sd->fAccepting = endMarker->fVal;
735 // if sd->fAccepting already had a value other than 0 or -1, leave it be.
743 sd->fLookAhead = sd->fAccepting
773 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
809 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
852 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
1120 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(state); local
1175 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 53 SpoofData *sd = new SpoofData(data, length, *status); local
54 SpoofImpl *si = new SpoofImpl(sd, *status);
56 delete sd;
60 if (sd == NULL || si == NULL) {
62 delete sd;
68 *pActualLength = sd->fRawData->fLength;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 825 YV12_BUFFER_CONFIG sd; local
848 res = image2yuvconfig(img, &sd);
851 &sd, dst_time_stamp, dst_end_time_stamp))
987 YV12_BUFFER_CONFIG sd; local
1008 YV12_BUFFER_CONFIG sd; local
1045 YV12_BUFFER_CONFIG sd; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cryptodev.c 1348 struct syslog_data sd = SYSLOG_DATA_INIT; local
1354 syslog_r(LOG_ERR, &sd,
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 380 double sd = pow(p*(1-p)*total_samples, 0.5); local
381 return((picked_samples - expected_samples) / sd);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 380 double sd = pow(p*(1-p)*total_samples, 0.5); local
381 return((picked_samples - expected_samples) / sd);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 86 float sx[PART_LEN1], sd[PART_LEN1], se[PART_LEN1]; // far, near, error psd member in struct:AecCore
  /external/e2fsprogs/e2fsck/
pass1b.c 397 struct search_dir_struct *sd; local
401 sd = (struct search_dir_struct *) priv_data;
403 if (dirent->inode > sd->max_inode)
407 if ((dirent->inode < sd->first_inode) || (entry < DIRENT_OTHER_FILE) ||
417 sd->count--;
420 return(sd->count ? 0 : DIRENT_ABORT);
427 struct search_dir_struct sd; local
439 sd.count = dup_inode_count - dup_inode_founddir;
440 sd.first_inode = EXT2_FIRST_INODE(fs->super);
441 sd.max_inode = fs->super->s_inodes_count
    [all...]
  /external/icu/icu4c/source/common/
rbbitblb.cpp 715 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
716 if (sd->fPositions->indexOf(endMarker) >= 0) {
721 if (sd->fAccepting==0) {
723 sd->fAccepting = endMarker->fVal;
724 if (sd->fAccepting == 0) {
725 sd->fAccepting = -1;
728 if (sd->fAccepting==-1 && endMarker->fVal != 0) {
732 sd->fAccepting = endMarker->fVal;
735 // if sd->fAccepting already had a value other than 0 or -1, leave it be.
743 sd->fLookAhead = sd->fAccepting
773 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
809 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
852 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
1120 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(state); local
1175 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 825 YV12_BUFFER_CONFIG sd; local
848 res = image2yuvconfig(img, &sd);
851 &sd, dst_time_stamp, dst_end_time_stamp))
987 YV12_BUFFER_CONFIG sd; local
1008 YV12_BUFFER_CONFIG sd; local
1045 YV12_BUFFER_CONFIG sd; local
    [all...]
vp8_dx_iface.c 583 YV12_BUFFER_CONFIG sd; local
608 if (0 == vp8dx_get_raw_frame(ctx->yv12_frame_buffers.pbi[0], &sd,
611 yuvconfig2image(&ctx->img, &sd, ctx->user_priv);
737 YV12_BUFFER_CONFIG sd; local
739 image2yuvconfig(&frame->img, &sd);
742 frame->frame_type, &sd);
759 YV12_BUFFER_CONFIG sd; local
761 image2yuvconfig(&frame->img, &sd);
764 frame->frame_type, &sd);
  /external/openssl/crypto/engine/
eng_cryptodev.c 1348 struct syslog_data sd = SYSLOG_DATA_INIT; local
1354 syslog_r(LOG_ERR, &sd,
    [all...]
  /external/oprofile/libpp/
format_output.cpp 873 symbol_details_t & sd = symbol_details[indx]; local
874 size_t const detail_lo = sd.index;
876 string detail_str = output_symbol_details(symb, sd.index, lo, hi);
879 if (sd.id < 0)
880 sd.id = indx;
884 if (sd.index > detail_lo) {
885 sd.details = sd.details + details.str();
887 out << init_attr(DETAIL_HI, sd.index-1);

Completed in 1885 milliseconds

1 2 34 5 6 7