/external/opencv3/modules/imgcodecs/src/ |
utils.cpp | 45 #define SCALE 14 46 #define cR (int)(0.299*(1 << SCALE) + 0.5) 47 #define cG (int)(0.587*(1 << SCALE) + 0.5) 48 #define cB ((1 << SCALE) - cR - cG) 60 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE ); 79 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE ); 98 int t = descale( rgba[swap_rb]*cB + rgba[1]*cG + rgba[swap_rb^2]*cR, SCALE ); 261 ((((ushort*)bgr555)[i] >> 7) & 0xf8)*cR, SCALE ); 278 ((((ushort*)bgr565)[i] >> 8) & 0xf8)*cR, SCALE ); 353 int t = descale( y*cB + m*cG + c*cR, SCALE ); 622 double scale = src_depth <= CV_8S ? 1 : src_depth <= CV_32S ? 1.\/256 : 255; local [all...] |
/external/opencv3/modules/imgproc/src/ |
lsd.cpp | 47 // SIGMA_SCALE 0.6 - Sigma for Gaussian filter is computed as sigma = sigma_scale/scale. 168 * Create a LineSegmentDetectorImpl object. Specifying scale, number of subdivisions for the image, should the lines be refined and other constants as follows: 175 * @param _scale The scale of the image that will be used to find the lines. Range (0..1]. 249 const double SCALE; 404 :SCALE(_scale), doRefine(_refine), SIGMA_SCALE(_sigma_scale), QUANT(_quant), 448 if(SCALE != 1) 451 const double sigma = (SCALE < 1)?(SIGMA_SCALE / SCALE):(SIGMA_SCALE); 456 // Scale image to needed size 457 resize(gaussian_img, scaled_image, Size(), SCALE, SCALE) [all...] |
/external/eigen/blas/fortran/ |
drotmg.f | 94 * GO SCALE-CHECK.. 109 * GO SCALE-CHECK 139 * PROCEDURE..SCALE-CHECK
|
srotmg.f | 96 * GO SCALE-CHECK.. 111 * GO SCALE-CHECK 141 * PROCEDURE..SCALE-CHECK
|
/external/opencv/cvaux/src/ |
cvhmmobs.cpp | 103 #define SCALE(x) CV_FLT_TO_FIX((x),DCT_SCALE) 108 #define SCALE(x) (float)(x) 542 cfs[j] = SCALE(a); \ 543 cfs2[j] = SCALE(b); \ 546 double t, scale = 1. / sqrt( (double)n ); local 549 cfs[0] = SCALE( scale ); 550 scale *= sqrt2; 551 cfs[1] = SCALE( scale ); [all...] |
/external/boringssl/src/ssl/test/runner/poly1305/ |
poly1305_amd64.s | 61 FMULD ·SCALE(SB), F0 64 FMULD ·SCALE(SB), F0 67 FMULD ·SCALE(SB), F0 115 FMULD ·SCALE(SB), F0 208 FMULD ·SCALE(SB), F0 310 FMULD ·SCALE(SB), F0 386 FMULD ·SCALE(SB), F0
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskViewTransform.java | 55 public float scale = 1f; field in class:TaskViewTransform 70 scale = tv.getScaleX(); 83 scale = other.scale; 96 && scale == other.scale 108 scale = 1f; 122 return (Float.compare(scale, v) != 0); 149 v.setScaleX(scale); 150 v.setScaleY(scale); [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
avx512fintrin.h | [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
avx512fintrin.h | [all...] |
/system/core/libcutils/arch-x86_64/ |
android_memset32.S | 58 jump table. SCALE is the scale of INDEX. */ 59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 61 movslq (%r11, INDEX, SCALE), INDEX; \
|
android_memset16.S | 58 jump table. SCALE is the scale of INDEX. */ 59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 61 movslq (%r11, INDEX, SCALE), INDEX; \
|
/toolchain/binutils/binutils-2.25/opcodes/ |
rx-decode.opc | 87 static int SCALE[] = { 1, 2, 4, 0 }; 109 #define DIs(r,a,s) OP (0, RX_Operand_Indirect, r, (a) * SCALE[s]) 117 #define SIs(r,a,s) OP (1, RX_Operand_Indirect, r, (a) * SCALE[s]) 126 #define S2Is(r,a,s) OP (2, RX_Operand_Indirect, r, (a) * SCALE[s])
|
/external/skia/src/core/ |
SkPictureFlat.h | 55 SCALE,
|
/external/opencv3/modules/core/src/ |
matmul.cpp | [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageShow.java | 115 SCALE, 426 canvas.scale(maskScale, maskScale); 440 canvas.scale(finalScale, finalScale, centerX, centerY); 456 canvas.scale(1, master.getAnimRotationValue(), centerX, centerY); 458 canvas.scale(1, master.getAnimRotationValue(), centerX, centerY); 460 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY); 462 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY); 466 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY); 468 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY); 470 canvas.scale(1, master.getAnimRotationValue(), centerX, centerY) 493 float scale = GeometryMathUtils.scale(imageWidth, imageHeight, local 744 float scale = 1.0f; local [all...] |
/bionic/libc/arch-x86/silvermont/string/ |
sse4-memcmp-slm.S | 105 index into the jump table. SCALE is the scale of INDEX. */ 107 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 114 addl (%ebx,INDEX,SCALE), %ebx; \ 122 index into the jump table. SCALE is the scale of INDEX. */ 123 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 124 jmp *TABLE(,INDEX,SCALE)
|
sse2-strcpy-slm.S | 110 index into the jump table. SCALE is the scale of INDEX. */ 112 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 119 addl (%ecx,INDEX,SCALE), %ecx; \ 127 jump table. SCALE is the scale of INDEX. */ 129 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 130 jmp *TABLE(,INDEX,SCALE) [all...] |
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.cpp | 552 // Apply the logical translation, scale to physical size, apply the 558 (type >= Transform::SCALE));
|
/external/opencv3/modules/imgproc/src/opencl/ |
resize.cl | 275 storepix(convertToT(convertToWT2V(sum) * (WT2V)(SCALE)), dst + mad24(dx, TSIZE, dst_index));
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_window.py | 150 pango.SCALE)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow.h | 295 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \
|
/bionic/libc/arch-x86_64/string/ |
sse2-strlcpy-slm.S | 64 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 66 movslq (%r11, INDEX, SCALE), %rcx; \
|
/external/opencv3/modules/video/src/opencl/ |
pyrlk.cl | 223 #define SCALE (1.0f / (1 << 20))
|
/art/runtime/arch/x86_64/ |
memcmp16_x86_64.S | 38 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 40 movslq (%r11, INDEX, SCALE), %rcx; \
|
/bionic/libc/arch-x86/atom/string/ |
ssse3-memcpy-atom.S | 108 index into the jump table. SCALE is the scale of INDEX. */ 110 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 117 addl (%ebx, INDEX, SCALE), %ebx; \ 130 jump table. SCALE is the scale of INDEX. */ 132 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ 133 jmp *TABLE(, INDEX, SCALE) [all...] |