HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 151 - 175 of 3441) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libopus/celt/arm/
celt_ne10_mdct.c 248 kiss_fft_scalar x1, x2; local
250 x2 = *yp1;
251 *yp1++ = MULT16_32_Q15(*wp2, x2) - MULT16_32_Q15(*wp1, x1);
252 *xp1-- = MULT16_32_Q15(*wp1, x2) + MULT16_32_Q15(*wp2, x1);
  /external/libopus/celt/
celt.c 101 opus_val32 x0, x1, x2, x3, x4; local
105 x2 = SHL32(x[-T], 1);
111 t = MAC16_32_Q16(x[i], g10, x2);
118 t = MAC16_32_Q16(t, g11, ADD32(x0,x2));
125 t = MAC16_32_Q16(t, g12, ADD32(x3,x2));
128 x2=SHL32(x[i-T+5],1);
131 t = MAC16_32_Q16(t, g12, ADD32(x2,x1));
136 t = MAC16_32_Q16(t, g11, ADD32(x2,x4));
146 t = MAC16_32_Q16(x[i], g10, x2);
152 x3=x2;
165 opus_val32 x0, x1, x2, x3, x4; local
197 opus_val32 x0, x1, x2, x3, x4; local
    [all...]
mathops.c 144 opus_val16 x2; local
146 x2 = MULT16_16_P15(x,x);
147 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2
  /external/libvncserver/webclients/novnc/include/
display.js 29 this._cleanRect = { 'x1': 0, 'y1': 0, 'x2': -1, 'y2': -1 }; property in class:Display._cleanRect
137 if (width < vp.w && cr.x2 > vp.x + width - 1) {
138 cr.x2 = vp.x + width - 1;
196 if (vx2 < cr.x2) {
197 cr.x2 = vx2;
252 'w': cr.x2 - cr.x1 + 1, 'h': cr.y2 - cr.y1 + 1 };
255 if (cr.x1 >= cr.x2 || cr.y1 >= cr.y2) {
268 if (vx2 > cr.x2) {
270 dirtyBoxes.push({'x': cr.x2 + 1, 'y': vp.y,
271 'w': vx2 - cr.x2, 'h': vp.h})
336 var x2 = new_x - this._viewportLoc.x; variable
    [all...]
  /external/llvm/unittests/Support/
ErrorOrTest.cpp 97 ErrorOr<CastsToErrorCode> x2 = casts_to_error_code; local
105 EXPECT_TRUE(!!x2);
  /external/pdfium/core/fpdfapi/page/
cpdf_page.cpp 136 float x2 = 0; local
145 x2 = xPos + xSize;
153 x2 = xPos;
161 x2 = xPos;
169 x2 = xPos + xSize;
174 matrix.Concat(CFX_Matrix((x2 - x0) / m_PageWidth, (y2 - y0) / m_PageWidth,
  /external/pdfium/public/
fpdf_doc.h 42 FS_FLOAT x2; member in struct:_FS_QUADPOINTSF
  /external/pdfium/third_party/agg23/
agg_rendering_buffer.h 29 int x1, x2; member in struct:agg::rendering_buffer::row_data
33 x1(x1_), x2(x2_), ptr(ptr_) {}
  /external/pdfium/xfa/fwl/theme/
cfwl_scrollbartp.cpp 228 float x2 = bVert ? fRight - 1 : pRect->left; local
231 DrawAxialShading(pGraphics, x1, y1, x2, y2, m_pThemeData->clrTrackBKStart,
  /external/valgrind/memcheck/tests/
mempool.c 115 char *x1, *x2, *x3, *x4, *x5; local
122 x2 = allocate(p, 20);
128 *x2 = 'b'; // valid
139 *x2 = 'f'; // valid
mempool2.c 118 char *x1, *x2; local
131 x2 = allocate(p2, 20);
140 res += x2[-1]; // invalid
141 res += x2[20]; // invalid
154 VALGRIND_MEMPOOL_FREE(p2->mem, x2);
155 res += x2[11];
163 VALGRIND_MEMPOOL_FREE(p2->mem, x2);
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
Base64.cpp 118 uint8_t x2 = data[i + 1]; local
122 out->push_back(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
123 out->push_back(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f));
132 uint8_t x2 = data[i + 1]; local
134 out->push_back(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
135 out->push_back(encode6Bit((x2 << 2) & 0x3f));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
    [all...]
  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 132 double x2 = poly[p2].x; local
134 double a = (x1 * y2 - x2 * y1);
135 sumx += (x1 + x2) * a;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 58 uint32_t x2 = xend; local
65 while (x1 < x2) {
  /prebuilts/go/darwin-x86/test/
convlit.go 16 var x2 string = string(1) var
  /prebuilts/go/linux-x86/test/
convlit.go 16 var x2 string = string(1) var
  /prebuilts/ndk/r16/sources/android/ndk_helper/
gestureDetector.cpp 241 float x2 = AMotionEvent_getX( event_, index ); local
245 v2 = Vec2( x2, y2 );
  /system/bt/embdrv/sbc/encoder/srce/
sbc_dct.c 99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; local
106 x2 = (pInVect[2] + pInVect[6]) >> 1;
120 /* rearrangement of x2 and x6 as in (15) */
121 x2 -= x6;
124 /* 2-point IDCT of x2 and x6 and post-multiplication as in (15) */
126 temp = x2;
127 SBC_IDCT_MULT(SBC_COS_PI_SUR_8, (x2 + x6),
128 x2); /*x2 = ( x2 + x6 ) * cos(1*pi/8) ; *
231 int32_t temp, x2; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanhl.c 115 long double hi,lo,s,x2,x4,z; local
137 x2 = x*x;
139 x4 = x2*x2;
140 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) +
141 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2)
    [all...]
  /device/google/contexthub/lib/nanohub/
aes.c 206 uint32_t x0, x1, x2, x3; //we CAN use an array, but then GCC will not use registers. so we use separate vars. sigh... local
212 x2 = *src++ ^ *k++;
222 ror(FwdTab0[(x2 >> 8) & 0xff], 16) ^
227 ror(FwdTab0[(x2 >> 16) & 0xff], 8) ^
232 ror(FwdTab0[(x2 >> 24) & 0xff], 0) ^
241 ror(FwdTab0[(x2 >> 0) & 0xff], 24);
245 x2 = t2;
252 (((uint32_t)(FwdSbox[(x2 >> 8) & 0xff])) << 8) ^
257 (((uint32_t)(FwdSbox[(x2 >> 16) & 0xff])) << 16) ^
262 (((uint32_t)(FwdSbox[(x2 >> 24) & 0xff])) << 24)
276 uint32_t x0, x1, x2, x3; local
    [all...]
  /external/aac/libFDK/src/
FDK_trigFcts.cpp 267 FIXP_DBL x2 = fPow2(x); local
268 temp = fMultAddDiv2((FL2FXCONST_DBL(0.1449824901444650f) >> 1), x2,
270 temp = fMultAddDiv2((FL2FXCONST_DBL(-0.3205332923816640f) >> 2), x2, temp);
271 temp = fMultAddDiv2((FL2FXCONST_DBL(0.9991334482227801f) >> 3), x2, temp);
  /external/adhd/cras/src/dsp/
eq.c 49 float x2 = q->x2; local
60 + b1*x1 + b2*x2
63 x2 = x1;
69 q->x2 = x2;
84 float x2 = q->x2; local
95 + b1*x1 + b2*x2
98 x2 = x1
111 float x2 = q->x2; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
MullerSolver.java 200 // [x0, x2] is the bracketing interval in each iteration
201 // x1 is the last approximation and an interpolation point in (x0, x2)
207 double x2 = max; local
208 double y2 = f.value(x2);
209 double x1 = 0.5 * (x0 + x2);
224 // x0, x1, x2 and x is the zero of the interpolating parabola.
226 // real roots and we choose one in [x0, x2] to be x.
228 final double d12 = (y2 - y1) / (x2 - x1);
229 final double d012 = (d12 - d01) / (x2 - x0);
235 // one of them should lie in (x0, x2)
352 double x2 = 0.5 * (x0 + x1); local
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_arm.c 46 uint32_t x2 = r->v[4]; local
59 x2 += x1 >> 26;
61 x3 += x2 >> 26;
62 x2 &= 0x3ffffff;
72 y2 = x2 + (y1 >> 26);
83 y2 ^= x2;
95 y2 ^= x2;
109 uint32_t x2 = x->v[4]; local
115 x2 += x1 >> 26;
117 x3 += x2 >> 26
    [all...]

Completed in 1887 milliseconds

1 2 3 4 5 67 8 91011>>