Searched defs:zd (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c387 MACROBLOCKD *zd = &z->e_mbd; local
390 zd->mode_info_context = xd->mode_info_context;
391 zd->mode_info = xd->mode_info;
393 zd->mode_info_stride = xd->mode_info_stride;
394 zd->frame_type = xd->frame_type;
395 zd->up_available = xd->up_available ;
396 zd->left_available = xd->left_available;
397 zd->left_context = xd->left_context;
398 zd->last_frame_dc = xd->last_frame_dc;
399 zd
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c372 MACROBLOCKD *zd = &z->e_mbd; local
375 zd->mode_info_context = xd->mode_info_context;
376 zd->mode_info = xd->mode_info;
378 zd->mode_info_stride = xd->mode_info_stride;
379 zd->frame_type = xd->frame_type;
380 zd->up_available = xd->up_available ;
381 zd->left_available = xd->left_available;
382 zd->left_context = xd->left_context;
383 zd->last_frame_dc = xd->last_frame_dc;
384 zd
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp105 inline float depthRangeTransform (const float zd, const float zNear, const float zFar) argument
109 return ((cFar - cNear)/2.0f) * zd + (cNear + cFar)/2.0f;
/external/opencv/cv/src/
H A Dcvfundam.cpp1349 float* zd = 0; local
1354 zd = yd + d_plane_stride;
1371 *xd = x; *yd = y; *zd = z;
1372 xd += d_stride; yd += d_stride; zd += d_stride;
1395 double* zd = 0; local
1400 zd = yd + d_plane_stride;
1417 *xd = x; *yd = y; *zd = z;
1418 xd += d_stride; yd += d_stride; zd += d_stride;
/external/qemu/target-arm/
H A Dneon_helper.c1901 uint64_t zd = float64_val(env->vfp.regs[rd]); local
1902 uint64_t d0 = ELEM(zd, 0, 8) | (ELEM(zd, 2, 8) << 8)
1903 | (ELEM(zd, 4, 8) << 16) | (ELEM(zd, 6, 8) << 24)
1906 uint64_t m0 = ELEM(zd, 1, 8) | (ELEM(zd, 3, 8) << 8)
1907 | (ELEM(zd, 5, 8) << 16) | (ELEM(zd, 7, 8) << 24)
1917 uint64_t zd local
1993 uint64_t zd = float64_val(env->vfp.regs[rd]); local
2009 uint64_t zd = float64_val(env->vfp.regs[rd]); local
[all...]
/external/mdnsresponder/mDNSCore/
H A DuDNS.c1459 mDNSlocal mStatus GetZoneData_StartQuery(mDNS *const m, ZoneData *zd, mDNSu16 qtype);
1464 ZoneData *zd = (ZoneData*)question->QuestionContext; local
1480 AssignDomainName(&zd->ZoneName, answer->name);
1481 zd->ZoneClass = answer->rrclass;
1482 AssignDomainName(&zd->question.qname, &zd->ZoneName);
1483 GetZoneData_StartQuery(m, zd, kDNSType_SRV);
1485 else if (zd->CurrentSOA->c[0])
1487 DomainAuthInfo *AuthInfo = GetAuthInfoForName(m, zd->CurrentSOA);
1492 LogInfo("GetZoneData_QuestionCallback: not chopping labels for %##s", zd
1567 GetZoneData_StartQuery(mDNS *const m, ZoneData *zd, mDNSu16 qtype) argument
1608 ZoneData *zd = (ZoneData*)mDNSPlatformMemAllocate(sizeof(ZoneData)); local
[all...]

Completed in 466 milliseconds