Searched defs:x_1 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_psnr.c36 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; local
42 for (i = x_0; i < x_1; ++i) {
/external/webp/src/enc/
H A Dpicture_psnr.c36 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; local
42 for (i = x_0; i < x_1; ++i) {
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
H A Dmain.cpp104 int x_1; member in struct:VeryLong
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.c677 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) argument
682 if (*x_1 > width)
684 dx = *x_1 - x_0;
687 *x_1 = width;
691 if (*x_1 < 0)
693 dx = *x_1 - x_0;
696 *x_1 = 0;
702 dx = *x_1 - x_0;
707 *x_1 = ((height-y_0)*dx)/dy + x_0;
711 dx = *x_1
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c673 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) argument
678 if (*x_1 > width)
680 dx = *x_1 - x_0;
683 *x_1 = width;
687 if (*x_1 < 0)
689 dx = *x_1 - x_0;
692 *x_1 = 0;
698 dx = *x_1 - x_0;
703 *x_1 = ((height-y_0)*dx)/dy + x_0;
707 dx = *x_1
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2142 LLVMValueRef x_1 = LLVMBuildFAdd(b, x_abs, xmm1, "x_1"); local
2143 LLVMValueRef x_2 = LLVMBuildFAdd(b, x_1, xmm2, "x_2");
2360 LLVMValueRef x_1 = LLVMBuildFAdd(b, x_abs, xmm1, "x_1"); local
2361 LLVMValueRef x_2 = LLVMBuildFAdd(b, x_1, xmm2, "x_2");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2142 LLVMValueRef x_1 = LLVMBuildFAdd(b, x_abs, xmm1, "x_1"); local
2143 LLVMValueRef x_2 = LLVMBuildFAdd(b, x_1, xmm2, "x_2");
2360 LLVMValueRef x_1 = LLVMBuildFAdd(b, x_abs, xmm1, "x_1"); local
2361 LLVMValueRef x_2 = LLVMBuildFAdd(b, x_1, xmm2, "x_2");

Completed in 3603 milliseconds