Home
last modified time | relevance | path

Searched defs:X (Results 1 – 21 of 21) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_geometry.h31 inline void db_PointCentroid2D(double c[2],const double *X,int nr_points) in db_PointCentroid2D()
51 inline void db_PointCentroid2D(double c[2],const double * const *X,int nr_points) in db_PointCentroid2D()
75 inline void db_PointCentroid3D(double c[3],const double *X,int nr_points) in db_PointCentroid3D()
97 inline void db_PointCentroid3D(double c[3],const double * const *X,int nr_points) in db_PointCentroid3D()
Ddb_framestitching.cpp81 double **Xp,double **X,int nr_points,int orientation_preserving, in db_StitchSimilarity3DRaw()
Ddb_image_homography.cpp237 double **Xp,double **X,int nr_points,int orientation_preserving, in db_StitchSimilarity2DRaw()
Ddb_rob_image_homography.cpp702 double *X[3],*Xp[3]; in db_RobImageHomography() local
/packages/modules/NeuralNetworks/common/operations/
DLayerNormLSTMTest.cpp105 #define AddInput(X) \ in LayerNormLSTMOpModel() argument
135 #define AddOutput(X) \ in LayerNormLSTMOpModel() argument
161 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in LayerNormLSTMOpModel() argument
170 #define DefineSetter(X) \ argument
208 #define SetInputOrWeight(X) \ in Invoke() argument
218 #define SetOutput(X) \ in Invoke() argument
276 #define DefineTensor(X) std::vector<float> X##_; argument
DSVDFTest.cpp186 #define AddInput(X) \ in SVDFOpModel() argument
207 #define AddOutput(X) \ in SVDFOpModel() argument
228 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in SVDFOpModel() argument
247 #define SetInputOrWeight(X) \ in Invoke() argument
255 #define SetOutput(X) \ in Invoke() argument
273 #define DefineSetter(X) \ argument
308 #define DefineTensor(X) std::vector<float> X##_; argument
DEmbeddingLookupTest.cpp101 #define SetInputOrWeight(X, T) \ in Invoke() argument
110 #define SetOutput(X, T) \ in Invoke() argument
122 #define DefineSetter(X, T) \ argument
147 #define DefineTensor(X, T) std::vector<T> X##_; argument
DRNNTest.cpp168 #define DefineSetter(X) \ argument
200 #define SetInputOrWeight(X) \ in Invoke() argument
208 #define SetOutput(X) \ in Invoke() argument
231 #define DefineTensor(X) std::vector<float> X##_; argument
DHashtableLookupTest.cpp116 #define SetInputOrWeight(X, T) \ in Invoke() argument
125 #define SetOutput(X, T) \ in Invoke() argument
137 #define DefineSetter(X, T) \ argument
160 #define DefineTensor(X, T) std::vector<T> X##_; argument
DLSTMTest.cpp99 #define AddInput(X) \ in LSTMOpModel() argument
126 #define AddOutput(X) \ in LSTMOpModel() argument
151 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in LSTMOpModel() argument
160 #define DefineSetter(X) \ argument
197 #define SetInputOrWeight(X) \ in Invoke() argument
206 #define SetOutput(X) \ in Invoke() argument
264 #define DefineTensor(X) std::vector<float> X##_; argument
DLSHProjectionTest.cpp89 #define DefineSetter(X, T) \ argument
105 #define SetInputOrWeight(X, T) \ in Invoke() argument
114 #define SetOutput(X, T) \ in Invoke() argument
/packages/services/BuiltInPrintService/jni/include/
Dwprint_status_types.h22 #define PRINTER_IS_IDLE(X) ((X) << PRINT_STATUS_MAX_STATE) argument
23 #define PRINTER_STATUS_MASK(X) ((X) & (PRINTER_IDLE_BIT - 1)) argument
Dwtypes.h41 #define ARRAY_SIZE(X) (sizeof(X)/sizeof(X[0])) argument
Dlib_wprint.h41 #define WPRINT_PLUGIN_VERSION(X) ((uint32)((_PLUGIN_MAJOR_VERSION << 16) | (X & 0xffff))) argument
43 #define major_version(X) ((X >> 16) & 0xffff) argument
44 #define minor_version(X) ((X >> 0) & 0xffff) argument
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DCSite.h54 inline double X() { return voronoiCenter.x; } in X() function
DBlend.cpp1054 double X, Y, z; in MosaicToFrame() local
1089 double X = ProjX(trs, x, y, z, 1.0); in FrameToMosaic() local
/packages/apps/Gallery2/jni/filters/
Dhsv.c87 int H,X,ih,is,iv; in hsv2rgb() local
/packages/services/Car/cpp/evs/apps/default/
DRenderTopView.cpp33 static const unsigned X = 0; variable
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.h33 #define BYTES_PER_PIXEL(X) ((X)*3) argument
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c90 #define _ENCODE_HANDLE(X) ( (((++_running_number) & 0xffffff) << 8) | ((X) & 0xff) ) argument
91 #define _DECODE_HANDLE(X) ((X) & 0xff) argument
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp262 #define COUNT(X) (sizeof(X) / sizeof(X[0])) argument