Searched defs:SCALE (Results 1 – 11 of 11) sorted by relevance
118 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) macro
50 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) macro
199 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) macro
67 # define SCALE(n) \ macro
103 #define SCALE(x) CV_FLT_TO_FIX((x),DCT_SCALE) macro108 #define SCALE(x) (float)(x) macro
18 #define SCALE (1 << SHIFT) macro
57 SCALE, enumerator
42 #define SCALE 1 /* Scaling the channels */ macro
77 #define SCALE 14 macro