Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_image_homography.cpp80 double x1[3],double x2[3],double x3[3],double x4[3], in db_StitchProjective2D_4Points()
88 db_SProjImagePointPointConstraints(c+36,c+45,xp3,x3); in db_StitchProjective2D_4Points()
95 double x1[3],double x2[3],double x3[3], in db_StitchAffine2D_3Points()
103 db_SAffineImagePointPointConstraints(c+28,c+35,xp3,x3); in db_StitchAffine2D_3Points()
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],d… in db_StitchRotationCommonFocalLength_3Points()
214 cost=db_SquaredReprojectionErrorHomography(y,hyp_point,x3); in db_StitchRotationCommonFocalLength_3Points()
Ddb_image_homography.h47 double x1[3],double x2[3],double x3[3],double x4[3],
62 double x1[3],double x2[3],double x3[3],
100 … int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
Ddb_utilities_camera.h158 double x3,m; in db_ImageHomographyInhomogenous() local
160 x3=H[6]*x[0]+H[7]*x[1]+H[8]; in db_ImageHomographyInhomogenous()
161 if(x3!=0.0) in db_ImageHomographyInhomogenous()
163 m=1.0/x3; in db_ImageHomographyInhomogenous()
/packages/services/Car/car-lib/api/
Dtest-current.txt59 field public static final int STATUS_SUCCESS_SET_EPHEMERAL = 3; // 0x3
66 field public static final int STATUS_FAILURE_USER_DOES_NOT_EXIST = 3; // 0x3
76 field public static final int STATUS_FAILURE_SYSTEM_USER = 3; // 0x3
118 field public static final int USER_LIFECYCLE_EVENT_TYPE_UNLOCKING = 3; // 0x3
Dcurrent.txt112 field public static final int DISPLAY_TYPE_HUD = 3; // 0x3
139 field public static final int CHADEMO = 3; // 0x3
157 field public static final int DIESEL_1 = 3; // 0x3
176 field public static final int REAR_RIGHT = 3; // 0x3
197 field public static final int VEHICLE_AREA_TYPE_SEAT = 3; // 0x3
452 field public static final int VEHICLE_PROPERTY_ACCESS_READ_WRITE = 3; // 0x3
494 field @Deprecated public static final int IGNITION_STATE_ACC = 3; // 0x3
504 field @Deprecated public static final int INDEX_WHEEL_DISTANCE_REAR_RIGHT = 3; // 0x3
597 field public static final int DISPLAY = 3; // 0x3
639 field public static final int CAR_SET_PROPERTY_ERROR_CODE_PROPERTY_NOT_AVAILABLE = 3; // 0x3
[all …]
Dsystem-current.txt32 field public static final int FEATURE_REQUEST_NOT_EXISTING = 3; // 0x3
117 field public static final int KEY_EVENT_VOICE_SEARCH_LONG_PRESS_KEY_UP = 3; // 0x3
134 field public static final int ERROR_INCOMPATIBLE_MODE = 3; // 0x3
180 field public static final int READ_WRITE = 3; // 0x3
190 field public static final int HERTZ = 3; // 0x3
246 field public static final int STATUS_SUCCESS_SET_EPHEMERAL = 3; // 0x3
429 field public static final int ETHANOL = 3; // 0x3
527 field public static final int LONG_TERM_FUEL_TRIM_BANK1 = 3; // 0x3
592 field public static final int IGNITION_SPECIFIC_MONITORS = 3; // 0x3
664 field public static final int SERVICE_STATE_ACTIVE = 3; // 0x3
[all …]
/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h320 void BoxMullerDouble(uint32 x0, uint32 x1, uint32 x2, uint32 x3, double* d0, double* d1);
597 const uint32 x3 = (*gen)(); in operator() local
599 BoxMullerDouble(x0, x1, x2, x3, &d[0], &d[1]); in operator()
641 void BoxMullerDouble(uint32 x0, uint32 x1, uint32 x2, uint32 x3, double* d0, double* d1) { in BoxMullerDouble() argument
651 const double v1 = 2 * M_PI * Uint64ToDouble(x2, x3); in BoxMullerDouble()
/packages/modules/Wifi/framework/api/
Dcurrent.txt33 field public static final int CHANNEL_WIDTH_160MHZ = 3; // 0x3
83 field public static final int SECURITY_TYPE_WPA3_SAE = 3; // 0x3
119 field @Deprecated public static final int SECURITY_TYPE_EAP = 3; // 0x3
154 field @Deprecated public static final int SAE = 3; // 0x3
161 field @Deprecated public static final int CCMP = 3; // 0x3
179 field @Deprecated public static final int IEEE8021X = 3; // 0x3
193 field @Deprecated public static final int GCMP_256 = 3; // 0x3
203 field @Deprecated public static final int WAPI = 3; // 0x3
271 field public static final int PWD = 3; // 0x3
284 field public static final int MSCHAPV2 = 3; // 0x3
[all …]
Dsystem-current.txt23 field public static final int EASY_CONNECT_EVENT_PROGRESS_CONFIGURATION_ACCEPTED = 3; // 0x3
64 field @Deprecated public static final int RTT_CHANNEL_WIDTH_160 = 3; // 0x3
73 field @Deprecated public static final int RTT_PEER_P2P_GO = 3; // 0x3
87 field @Deprecated public static final int RTT_STATUS_FAIL_REJECTED = 3; // 0x3
226 field public static final int CIPHER_CCMP = 3; // 0x3
237 field public static final int KEY_MGMT_FT_PSK = 3; // 0x3
249 field public static final int PROTOCOL_OSEN = 3; // 0x3
332 field public static final int CHANNEL_WIDTH_40MHZ = 3; // 0x3
383 field @Deprecated public static final int RANDOMIZATION_AUTO = 3; // 0x3
444 field @Deprecated public static final int DISABLED_DHCP_FAILURE = 3; // 0x3
[all …]
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dbiginteger.h263 uint64_t x0 = a0 * b0, x1 = a0 * b1, x2 = a1 * b0, x3 = a1 * b1; in MulAdd64()
267 x3 += (static_cast<uint64_t>(1) << 32); in MulAdd64()
269 uint64_t hi = x3 + (x1 >> 32); in MulAdd64()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DGeometry.h129 …uadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, in FindQuadCentroid() argument
144 FindTriangleCentroid(x0, y0, x3, y3, x2, y2, mass2, cent2x, cent2y); in FindQuadCentroid()
DBlend.cpp144 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3); in runBlend()
180 … if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher in runBlend()
182 xRightCorners[0] = x3; in runBlend()
200 … FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y); in runBlend()
/packages/services/Car/car-lib/api/released/
D2.txt204 field public static final int GEAR_THIRD = 3; // 0x3
205 field public static final int IGNITION_STATE_ACC = 3; // 0x3
238 field public static final int SENSOR_RATE_NORMAL = 3; // 0x3
249 field public static final int SENSOR_TYPE_RPM = 3; // 0x3
272 field public static final int CAR_AUDIO_USAGE_NAVIGATION_GUIDANCE = 3; // 0x3
D1.txt204 field public static final int GEAR_THIRD = 3; // 0x3
232 field public static final int SENSOR_RATE_NORMAL = 3; // 0x3
242 field public static final int SENSOR_TYPE_RPM = 3; // 0x3
265 field public static final int CAR_AUDIO_USAGE_NAVIGATION_GUIDANCE = 3; // 0x3
/packages/modules/NeuralNetworks/common/
DQuantUtils.h120 const F3 x3 = Rescale<3>(x * x * x); in GetInvSqrtQuantizedMultiplierExp() local
121 x = Rescale<3>(fixedpoint_half_three * x - fixedpoint_half_input * x3); in GetInvSqrtQuantizedMultiplierExp()
/packages/modules/Connectivity/framework/api/
Dcurrent.txt44 field public static final int NETWORK_VALIDATION_RESULT_SKIPPED = 3; // 0x3
130 field public static final int RESTRICT_BACKGROUND_STATUS_ENABLED = 3; // 0x3
139 field @Deprecated public static final int TYPE_MOBILE_SUPL = 3; // 0x3
269 field public static final int TYPE_BROADCAST = 3; // 0x3
311 field public static final int NET_CAPABILITY_FOTA = 3; // 0x3
334 field public static final int TRANSPORT_ETHERNET = 3; // 0x3
Dmodule-lib-current.txt99 field public static final int PRIVATE_DNS_MODE_PROVIDER_HOSTNAME = 3; // 0x3
Dsystem-current.txt372 field public static final int OEM_NETWORK_PREFERENCE_OEM_PAID_ONLY = 3; // 0x3
/packages/modules/Connectivity/Tethering/common/TetheringLib/api/
Dsystem-current.txt51 field public static final int TETHERING_WIFI_P2P = 3; // 0x3
67 field public static final int TETHER_ERROR_UNSUPPORTED = 3; // 0x3
/packages/modules/StatsD/framework/api/
Dsystem-current.txt75 field public static final int INT_VALUE_TYPE = 3; // 0x3
111 field public static final byte ANNOTATION_ID_PRIMARY_FIELD = 3; // 0x3
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt64 field public static final int MATCH_ONLY = 3; // 0x3
251 field public static final int MEDIA_TYPE_VIDEO = 3; // 0x3
308 field @Deprecated public static final int MICRO_KIND = 3; // 0x3
392 field @Deprecated public static final int MICRO_KIND = 3; // 0x3
/packages/apps/TV/tuner/proto/
Dchannel.proto112 SERVICE_TYPE_ATSC_AUDIO = 0x3;
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLES11Canvas.java321 float x3 = m[0] * x1 + m[4] * y1 + m[12]; in mapPoints() local
324 r[0] = x3 / w3; in mapPoints()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state_utils.cpp531 const int x3 = xCoordinates[end]; in calculateBeelineSpeedRate() local
533 const int beelineDistance = GeometryUtils::getDistanceInt(x2, y2, x3, y3); in calculateBeelineSpeedRate()
/packages/modules/IPsec/api/
Dcurrent.txt209 field public static final int IKE_OPTION_FORCE_PORT_4500 = 3; // 0x3
281 field public static final int ENCRYPTION_ALGORITHM_3DES = 3; // 0x3

12