Searched defs:x_1 (Results 1 – 9 of 9) sorted by relevance
| /external/webp/src/enc/ |
| D | picture_psnr.c | 38 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; in AccumulateLSIM() local
|
| /external/opencv3/samples/cpp/tutorial_code/core/Matrix/ |
| D | Drawing_2.cpp | 20 int x_1 = -window_width/2; variable
|
| /external/opencv3/modules/features2d/src/ |
| D | brisk.cpp | 494 const float x_1 = xf - sigma_half; in smoothedIntensity() local 1074 const float x_1 = xf - offs; in getScoreBelow() local 1413 float x_1; in getScoreMaxAbove() local 1593 float x_1; in getScoreMaxBelow() local 2223 const float x_1 = xf - sigma_half; in value() local
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
| D | Nat192.java | 693 long x_1 = x[1] & M; in square() local 809 long x_1 = x[xOff + 1] & M; in square() local
|
| D | Nat224.java | 771 long x_1 = x[1] & M; in square() local 910 long x_1 = x[xOff + 1] & M; in square() local
|
| D | Nat256.java | 904 long x_1 = x[1] & M; in square() local 1068 long x_1 = x[xOff + 1] & M; in square() local
|
| /external/libvpx/libvpx/vp8/common/ |
| D | postproc.c | 679 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line()
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_arit.c | 2142 LLVMValueRef x_1 = LLVMBuildFAdd(b, x_abs, xmm1, "x_1"); in lp_build_sin() local 2360 LLVMValueRef x_1 = LLVMBuildFAdd(b, x_abs, xmm1, "x_1"); in lp_build_cos() local
|
| /external/opencv3/3rdparty/libwebp/enc/ |
| D | picture.c | 934 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; in AccumulateLSIM() local
|