Searched defs:x1 (Results 251 - 275 of 673) sorted by relevance

<<11121314151617181920>>

/external/libopus/celt/
H A Dcelt.c92 opus_val32 x0, x1, x2, x3, x4; local
97 x1 = x[-T+1];
103 + MULT16_32_Q15(g11,ADD32(x1,x3))
107 x2=x1;
108 x1=x0;
121 opus_val32 x0, x1, x2, x3, x4; local
140 x1 = x[-T1+1];
154 + MULT16_32_Q15(MULT16_16_Q15(f,g11),ADD32(x1,x3))
158 x2=x1;
159 x1
[all...]
H A Dvq.c48 celt_norm x1, x2; local
49 x1 = Xptr[0];
51 Xptr[stride] = EXTRACT16(SHR32(MULT16_16(c,x2) + MULT16_16(s,x1), 15));
52 *Xptr++ = EXTRACT16(SHR32(MULT16_16(c,x1) - MULT16_16(s,x2), 15));
57 celt_norm x1, x2; local
58 x1 = Xptr[0];
60 Xptr[stride] = EXTRACT16(SHR32(MULT16_16(c,x2) + MULT16_16(s,x1), 15));
61 *Xptr-- = EXTRACT16(SHR32(MULT16_16(c,x1) - MULT16_16(s,x2), 15));
/external/libopus/silk/fixed/
H A Dburg_modified_FIX.c58 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; local
128 x1 = -silk_LSHIFT32( (opus_int32)x_ptr[ n ], 16 - rshifts ); /* Q(16-rshifts) */
133 C_first_row[ k ] = silk_SMLAWB( C_first_row[ k ], x1, x_ptr[ n - k - 1 ] ); /* Q( -rshifts ) */
149 x1 = -silk_LSHIFT32( (opus_int32)x_ptr[ n ], -rshifts ); /* Q( -rshifts ) */
154 C_first_row[ k ] = silk_MLA( C_first_row[ k ], x1, x_ptr[ n - k - 1 ] ); /* Q( -rshifts ) */
/external/libvorbis/lib/
H A Dmdct.c221 DATA_TYPE *x1 = x + points - 8; local
228 r0 = x1[6] - x2[6];
229 r1 = x1[7] - x2[7];
230 x1[6] += x2[6];
231 x1[7] += x2[7];
235 r0 = x1[4] - x2[4];
236 r1 = x1[5] - x2[5];
237 x1[4] += x2[4];
238 x1[5] += x2[5];
242 r0 = x1[
269 DATA_TYPE *x1 = x + points - 8; local
357 DATA_TYPE *x1 = x+bit[1]; local
508 DATA_TYPE *x1=x0+1; local
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c324 int x0, x1, x2, x3; local
327 x1 = input[1];
331 if (!(x0 | x1 | x2 | x3)) {
338 s2 = sinpi_3_9 * x1;
346 x1 = s1 - s4 - s6;
351 s1 = x1 + x3;
353 s3 = x0 + x1 - x3;
H A Dvp9_itrans8_dspr2.c473 int x0, x1, x2, x3, x4, x5, x6, x7; local
476 x1 = input[0];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
491 s0 = cospi_2_64 * x0 + cospi_30_64 * x1;
492 s1 = cospi_30_64 * x0 - cospi_2_64 * x1;
501 x1 = ROUND_POWER_OF_TWO((s1 + s5), DCT_CONST_BITS);
511 s1 = x1;
520 x1 = s1 + s3;
546 output[7] = -x1;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c132 float x1 = pos1[0]; local
136 float dx = x0 > x1 ? x0 - x1 : x1 - x0;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvgu.c56 VGfloat x1, VGfloat y1)
72 coords[2] = x1;
54 vguLine(VGPath path, VGfloat x0, VGfloat y0, VGfloat x1, VGfloat y1) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.h142 uint16_t x1, y1, x2, y2; member in struct:xa_box
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h193 uint32_t x1; member in class:brw_blorp_params
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c137 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);
136 draw_quad(struct st_context *st, float x0, float y0, float x1, float y1, GLfloat z, const union pipe_color_union *color) argument
H A Dst_cb_drawtex.c150 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/
H A Ds_linetemp.h72 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;
H A Ds_zoom.c44 * \param x0, x1 returned X bounds of zoomed region [x0, x1)
51 GLint *x0, GLint *x1, GLint *y0, GLint *y1)
94 *x1 = c1;
136 GLint x0, x1, y0, y1; local
140 &x0, &x1, &y0, &y1)) {
151 zoomedWidth = x1 - x0;
366 GLint x0, x1, y0, y1, y; local
370 &x0, &x1, &y0, &y1)) {
374 zoomedWidth = x1
49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, GLint spanX, GLint spanY, GLint width, GLint *x0, GLint *x1, GLint *y0, GLint *y1) argument
411 GLint x0, x1, y0, y1, y; local
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp271 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/openfst/src/include/fst/
H A Dsigned-log-weight.h54 SignedLogWeightTpl(const X1& x1, const X2& x2) argument
55 : PairWeight<X1, X2>(x1, x2) { }
295 TropicalWeight x1 = 1.0; local
297 return SignedLogWeight(x1, x2);
304 TropicalWeight x1 = 1.0; local
306 return SignedLogWeight(x1, x2);
313 TropicalWeight x1 = 1.0; local
315 return SignedLogWeight(x1, x2);
322 TropicalWeight x1 = w.Value1(); local
324 return SignedLogWeight(x1, x
332 TropicalWeight x1 = 1.0; local
341 TropicalWeight x1 = 1.0; local
350 TropicalWeight x1 = 1.0; local
359 TropicalWeight x1 = w.Value1(); local
[all...]
/external/openssl/crypto/ec/
H A Dec2_smpl.c424 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
449 x1 = BN_CTX_get(ctx);
468 if (!BN_copy(x1, &b->X)) goto err;
473 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
477 if (BN_GF2m_cmp(x0, x1))
479 if (!BN_GF2m_add(t, x0, x1)) goto err;
489 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
495 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
496 if (!BN_GF2m_add(s, s, x1)) goto err;
503 if (!BN_GF2m_add(y2, x1, x
[all...]
/external/pdfium/core/src/fxge/dib/
H A Ddib_int.h20 inline void Transform(int x, int y, int& x1, int& y1) argument
22 x1 = (a * x + c * y + e + base / 2) / base;
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp161 FX_INT32 x0, y0, x1, y1, x2, y2; local
167 x1 = xPos;
175 x1 = xPos + xSize;
183 x1 = xSize + xPos ;
191 x1 = xPos;
199 FXSYS_Div((FX_FLOAT)(x1 - x0), m_PageHeight),
217 FX_FLOAT x1, y1; local
218 revMatrix.Transform((float)x, (float)y, x1, y1);
230 if(rect.Contains(x1, y1)) {
237 dx = FXSYS_fabs(pData->m_PosX - x1);
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h34 virtual void OnCaretMove(FX_INT32 x1, FX_INT32 y1, FX_INT32 x2, FX_INT32 y2) {} argument
/external/pixman/pixman/
H A Dpixman-android.c85 int x1, x2; local
88 x1 = pixman_fixed_to_int(vx);
90 s1 = *(src + x1);
98 x1 = pixman_fixed_to_int(vx);
99 s1 = *(src + x1);
H A Dpixman-radial-gradient.c38 dot (pixman_fixed_48_16_t x1, argument
49 return x1 * x2 + y1 * y2 + z1 * z2;
53 fdot (double x1, argument
66 return x1 * x2 + y1 * y2 + z1 * z2;
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c203 static void fastscale (register char *b1, register char *b2, int x1, int x2, int y1, int y2) argument
209 if (!x1 || !x2 || !y1 || !y2)
211 ddx = x1 + x1;
218 spy = (ddy / ddy1) * x1, ddy %= ddy1;
235 bb1 += x1;
/external/skia/experimental/SkV8Example/
H A DPath2D.cpp230 double x1 = args[0]->NumberValue(); local
238 SkDoubleToScalar(x1),
/external/skia/samplecode/
H A DSampleSkLayer.cpp41 SkScalar x1, SkScalar y1, SkScalar z1) {
48 x1, y1, z1,
49 dst.fData[0] == x1 && dst.fData[1] == y1 && dst.fData[2] == z1);
53 SkScalar x0, SkScalar x1, SkScalar x2,
56 if (dst[0] != x0 || dst[1] != x1 || dst[2] != x2 ||
61 x0, x1, x2, y0, y1, y2, str.c_str());
39 test_map(SkScalar x0, SkScalar y0, SkScalar z0, const SkMatrix44& mat, SkScalar x1, SkScalar y1, SkScalar z1) argument
52 test_33(const SkMatrix44& mat, SkScalar x0, SkScalar x1, SkScalar x2, SkScalar y0, SkScalar y1, SkScalar y2) argument

Completed in 837 milliseconds

<<11121314151617181920>>