HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 526 - 550 of 2879) sorted by null

<<21222324252627282930>>

  /external/libvncserver/test/
encodingstest.c 225 int x1=(rand()%(server->width-1)),x2=(rand()%(server->width-1)), local
227 if(x1>x2) { i=x1; x1=x2; x2=i; }
231 for(i=x1;i<x2;i++)
233 server->frameBuffer[i*4+c+j*server->paddedWidthInBytes]=255*(i-x1+j-y1)/(x2-x1+y2-y1);
235 rfbMarkRectAsModified(server,x1,y1,x2,y2);
238 rfbLog("Sent update (%d,%d)-(%d,%d)\n",x1,y1,x2,y2);
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_gcc.cc 597 "sub $0x1,%2 \n"
624 intptr_t x0 = 0, x1 = 0, temp_pixel = 0; local
632 "pextrw $0x1,%%xmm2,%k3 \n"
655 "pextrw $0x1,%%xmm2,%k3 \n"
667 "addl $0x1,%5 \n"
684 "+r"(x1), // %4
874 intptr_t x0 = 0, x1 = 0; local
979 intptr_t x0 = 0, x1 = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
quantize_msa.c 26 v8i16 x0, x1, de_quant0, de_quant1; local
50 x1 = __msa_add_a_h(z1, zero);
53 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h);
54 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h);
58 PCKEV_H2_SH(temp1_w, temp0_w, temp3_w, temp2_w, x0, x1);
60 x1 = x1 ^ sign_z1;
61 SUB2(x0, sign_z0, x1, sign_z1, x0, x1);
62 VSHF_H2_SH(x0, x1, x0, x1, inv_zig_zag0, inv_zig_zag1, q_coeff0, q_coeff1)
106 v8i16 x0, x1, sign_x0, sign_x1, de_quant0, de_quant1; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 102 tran_high_t x0, x1, x2, x3; // canbe16 local
131 x1 = s1 + s2;
134 t0 = (x0 + x1) * cospi_16_64;
135 t1 = (x0 - x1) * cospi_16_64;
151 x1 = s4 - t2;
157 t1 = x1 * cospi_12_64 + x2 * cospi_20_64;
158 t2 = x2 * cospi_12_64 + x1 * -cospi_20_64;
253 tran_high_t x0, x1, x2, x3; // canbe16 local
267 x1 = s1 + s2;
270 t0 = (x0 + x1) * cospi_16_64
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans8_dspr2.c 593 int x0, x1, x2, x3, x4, x5, x6, x7; local
596 x1 = input[0];
604 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
611 s0 = cospi_2_64 * x0 + cospi_30_64 * x1;
612 s1 = cospi_30_64 * x0 - cospi_2_64 * x1;
621 x1 = ROUND_POWER_OF_TWO((s1 + s5), DCT_CONST_BITS);
631 s1 = x1;
640 x1 = s1 + s3;
666 output[7] = -x1;
  /external/lzma/Asm/x86/
7zAsm.asm 47 x1 equ ECX define
84 r1 equ x1
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 132 float x1 = pos1[0]; local
136 float dx = x0 > x1 ? x0 - x1 : x1 - x0;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.h 142 uint16_t x1, y1, x2, y2; member in struct:xa_box
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.h 193 uint32_t x1; member in class:brw_blorp_params
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 268 int x1, y1, x2, y2; local
288 x1 = cx + irb->draw_x;
299 x1, y1, x2 - x1, y2 - y1);
361 assert(x1 < x2);
376 OUT_BATCH((y1 << 16) | x1);
455 OUT_BATCH((0 << 16) | 0); /* clip x1, y1 */
535 uint32_t x1, y1, x2, y2; local
556 x1 = image_x;
567 x1, y1, x2 - x1, y2 - y1)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 137 float x0, float y0, float x1, float y1, GLfloat z,
154 vertices[1][0][0] = x1;
157 vertices[2][0][0] = x1;
202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f; local
213 x1, y1);
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
st_cb_drawtex.c 150 const GLfloat x0 = x, y0 = y, x1 = x + width, y1 = y + height; local
170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 72 GLint x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0]; local
136 if ((x0==w) | (x1==w)) {
137 if ((x0==w) & (x1==w))
140 x1 -= x1==w;
151 dx = x1 - x0;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 271 int x, y, x1, y1, j; local
308 for( x1 = x + xstep; x < x1; x++ )
333 int x, y, x1, y1, j; local
370 for( x1 = x + xstep; x < x1; x++ )
  /external/opencv3/modules/calib3d/src/
triangulate.cpp 244 double x1, y1, x2, y2; local
252 x1 = points1->data.db[p*2];
261 cvSetReal2D(T1i,0,2,x1);
356 // find the optimal x1 and y1 as the points on l1 and l2 closest to the origin
365 x1 = tmp31_2->data.db[0];
380 points1->data.db[p*2] = x1;
  /external/opencv3/modules/core/include/opencv2/core/cuda/
filters.hpp 96 const int x1 = __float2int_rd(x); local
98 const int x2 = x1 + 1;
101 elem_type src_reg = src(y1, x1);
105 out = out + src_reg * ((x - x1) * (y2 - y));
107 src_reg = src(y2, x1);
111 out = out + src_reg * ((x - x1) * (y - y1));
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
interpolation.hpp 113 const int x1 = __float2int_rd(x); local
115 const int x2 = x1 + 1;
118 typename PtrTraits<SrcPtr>::value_type src_reg = src(y1, x1);
122 out = out + src_reg * static_cast<work_elem_type>((x - x1) * (y2 - y));
124 src_reg = src(y2, x1);
128 out = out + src_reg * static_cast<work_elem_type>((x - x1) * (y - y1));
  /external/opencv3/modules/imgproc/src/
featureselect.cpp 198 int x1 = x_cell - 1; local
204 x1 = std::max(0, x1);
210 for( int xx = x1; xx <= x2; xx++ )
342 int x1 = x_cell - 1; local
348 x1 = std::max(0, x1);
354 for( int xx = x1; xx <= x2; xx++ )
  /external/opencv3/modules/imgproc/test/
test_canny.cpp 148 int x1 = x + ofs[i][0]; local
150 if( (unsigned)x1 < (unsigned)mag.cols &&
152 mag.at<float>(y1, x1) > lowThreshold &&
153 !dst.at<uchar>(y1, x1) )
154 cannyFollow( x1, y1, lowThreshold, mag, dst );
198 int y1 = 0, y2 = 0, x1 = 0, x2 = 0; local
210 y1 = y2 = y; x1 = x + 1; x2 = x - 1;
214 y1 = y + 1; y2 = y - 1; x1 = x + 1; x2 = x - 1;
218 y1 = y - 1; y2 = y + 1; x1 = x + 1; x2 = x - 1;
223 x1 = x2 = x; y1 = y + 1; y2 = y - 1
    [all...]
test_moments.cpp 267 double val, x1 = x - xc; local
281 s1 += val*x1;
282 s2 += val*x1*x1;
283 s3 += ((val*x1)*x1)*x1;
  /external/opencv3/modules/video/test/
test_camshift.cpp 138 double x1 = (x - cx)*a - x_; local
141 if( x1*x1*inv_hh + y1*y1*inv_ww <= 1. )
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 138 FX_FLOAT x1, x2, y1, y2; local
140 pObject2Device->Transform(pPoints[0].m_PointX, pPoints[0].m_PointY, x1,
145 x1 = pPoints[0].m_PointX;
150 DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag,
320 FX_BOOL CFX_RenderDevice::DrawCosmeticLine(FX_FLOAT x1,
333 if (m_pDeviceDriver->DrawCosmeticLine(x1, y1, x2, y2, color, alpha_flag,
340 path.SetPoint(0, x1, y1, FXPT_MOVETO);
  /external/pdfium/third_party/freetype/src/cff/
cffdrivr.c 667 FT_Int x1 = darken_params[0]; local
677 if ( x1 < 0 || x2 < 0 || x3 < 0 || x4 < 0 ||
679 x1 > x2 || x2 > x3 || x3 > x4 ||
683 driver->darken_params[0] = x1;
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp 141 int32_t x1 = TYPE_INFO_COORDINATES[i][0]; local
143 matrix->Set(x1, y1, bit);
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 234 double x1 = args[0]->NumberValue(); local
242 SkDoubleToScalar(x1),

Completed in 1313 milliseconds

<<21222324252627282930>>