Home
last modified time | relevance | path

Searched defs:x_1 (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/enc/
Dpicture_psnr.c38 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; in AccumulateLSIM() local
/external/opencv3/samples/cpp/tutorial_code/core/Matrix/
DDrawing_2.cpp20 int x_1 = -window_width/2; variable
/external/opencv3/modules/features2d/src/
Dbrisk.cpp494 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/
DNat192.java693 long x_1 = x[1] & M; in square() local
809 long x_1 = x[xOff + 1] & M; in square() local
DNat224.java771 long x_1 = x[1] & M; in square() local
910 long x_1 = x[xOff + 1] & M; in square() local
DNat256.java904 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/
Dpostproc.c679 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/
Dlp_bld_arit.c2142 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/
Dpicture.c934 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; in AccumulateLSIM() local