Searched defs:SCALE (Results 1 – 11 of 11) sorted by relevance
23 #define SCALE 128 macro213 DEF_SIMPLE_GM(not_native32_bitmap_config, canvas, SCALE, SCALE) { in DEF_SIMPLE_GM() argument
67 # define SCALE(n) \ macro
103 #define SCALE(x) CV_FLT_TO_FIX((x),DCT_SCALE) macro108 #define SCALE(x) (float)(x) macro
55 SCALE, enumerator
18 #define SCALE (1 << SHIFT) macro
77 #define SCALE 14 macro
45 #define SCALE 14 macro
249 const double SCALE; member in cv::LineSegmentDetectorImpl
673 const int SCALE = 1 << FRACT_BITS; variable
4486 #define FXMATH_DECIMAL_MAKEFLAGS(NEG, SCALE) \ argument
1559 const int BITS = 10, SCALE = 1 << BITS; in transform_8u() local