/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_geometry.h | 31 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()
|
D | db_framestitching.cpp | 81 double **Xp,double **X,int nr_points,int orientation_preserving, in db_StitchSimilarity3DRaw()
|
D | db_image_homography.cpp | 237 double **Xp,double **X,int nr_points,int orientation_preserving, in db_StitchSimilarity2DRaw()
|
D | db_rob_image_homography.cpp | 702 double *X[3],*Xp[3]; in db_RobImageHomography() local
|
/packages/modules/NeuralNetworks/common/operations/ |
D | LayerNormLSTMTest.cpp | 105 #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
|
D | SVDFTest.cpp | 186 #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
|
D | EmbeddingLookupTest.cpp | 101 #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
|
D | RNNTest.cpp | 168 #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
|
D | HashtableLookupTest.cpp | 116 #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
|
D | LSTMTest.cpp | 99 #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
|
D | LSHProjectionTest.cpp | 89 #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/ |
D | wprint_status_types.h | 22 #define PRINTER_IS_IDLE(X) ((X) << PRINT_STATUS_MAX_STATE) argument 23 #define PRINTER_STATUS_MASK(X) ((X) & (PRINTER_IDLE_BIT - 1)) argument
|
D | wtypes.h | 41 #define ARRAY_SIZE(X) (sizeof(X)/sizeof(X[0])) argument
|
D | lib_wprint.h | 41 #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/ |
D | CSite.h | 54 inline double X() { return voronoiCenter.x; } in X() function
|
D | Blend.cpp | 1054 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/ |
D | hsv.c | 87 int H,X,ih,is,iv; in hsv2rgb() local
|
/packages/services/Car/cpp/evs/apps/default/ |
D | RenderTopView.cpp | 33 static const unsigned X = 0; variable
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.h | 33 #define BYTES_PER_PIXEL(X) ((X)*3) argument
|
/packages/services/BuiltInPrintService/jni/lib/ |
D | lib_wprint.c | 90 #define _ENCODE_HANDLE(X) ( (((++_running_number) & 0xffffff) << 8) | ((X) & 0xff) ) argument 91 #define _DECODE_HANDLE(X) ((X) & 0xff) argument
|
/packages/modules/NeuralNetworks/common/ |
D | LegacyUtils.cpp | 262 #define COUNT(X) (sizeof(X) / sizeof(X[0])) argument
|