HomeSort by relevance Sort by last modified time
    Searched refs:xy (Results 26 - 50 of 183) sorted by null

12 3 4 5 6 7 8

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
g_code.cpp 148 Word16 xy, yy, exp_xy, exp_yy, gain;
171 xy = extract_h (L_shl (s, exp_xy));
173 // If (xy < 0) gain = 0
175 if (xy <= 0)
188 // compute gain = xy/yy
190 xy = shr (xy, 1); // Be sure xy < yy
191 gain = div_s (xy, yy);
236 Word16 xy, yy, exp_xy, exp_yy, gain local
    [all...]
g_pitch.cpp 172 Word16 xy, yy, exp_xy, exp_yy, gain;
225 xy = pv_round (L_shl (s, exp_xy));
235 xy = pv_round (L_shl (s, exp_xy));
241 g_coeff[2] = xy;
244 // If (xy < 4) gain = 0
246 i = sub (xy, 4);
251 // compute gain = xy/yy
253 xy = shr (xy, 1); // Be sure xy < y
309 Word16 xy; local
    [all...]
  /external/valgrind/main/none/tests/s390x/
xor.stdout.exp 49 xy 0000000000000000 ^ 0000000000000000 = 0000000000000000 (cc=0)
50 xy 0000000000000001 ^ 0000000000000000 = 0000000000000001 (cc=1)
51 xy 000000000000FFFF ^ 0000000000000000 = 000000000000FFFF (cc=1)
52 xy 0000000000007FFF ^ 0000000000000000 = 0000000000007FFF (cc=1)
53 xy 0000000000008000 ^ 0000000000000000 = 0000000000008000 (cc=1)
54 xy 00000000FFFFFFFF ^ 0000000000000000 = 00000000FFFFFFFF (cc=1)
55 xy 0000000080000000 ^ 0000000000000000 = 0000000080000000 (cc=1)
56 xy 000000007FFFFFFF ^ 0000000000000000 = 000000007FFFFFFF (cc=1)
57 xy AAAAAAAAAAAAAAAA ^ 0000000000000000 = AAAAAAAAAAAAAAAA (cc=1)
58 xy 8000000000000000 ^ 0000000000000000 = 8000000000000000 (cc=0
    [all...]
  /external/skia/src/core/
SkBitmapProcState.h 177 void S32_opaque_D32_filter_DX(const SkBitmapProcState& s, const uint32_t xy[],
179 void S32_alpha_D32_filter_DX(const SkBitmapProcState& s, const uint32_t xy[],
182 const uint32_t xy[], int count, SkPMColor colors[]);
184 const uint32_t xy[], int count, SkPMColor colors[]);
185 void ClampX_ClampY_filter_scale(const SkBitmapProcState& s, uint32_t xy[],
187 void ClampX_ClampY_nofilter_scale(const SkBitmapProcState& s, uint32_t xy[],
190 uint32_t xy[], int count, int x, int y);
192 uint32_t xy[], int count, int x, int y);
194 const uint32_t* xy, int count, uint16_t* colors);
SkBitmapProcState_matrixProcs.cpp 311 static int nofilter_trans_preamble(const SkBitmapProcState& s, uint32_t** xy,
316 **xy = s.fIntTileProcY(SkScalarToFixed(pt.fY) >> 16,
318 *xy += 1; // bump the ptr
324 uint32_t xy[], int count, int x, int y) {
327 int xpos = nofilter_trans_preamble(s, &xy, x, y);
331 memset(xy, 0, count * sizeof(uint16_t));
335 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy);
372 uint32_t xy[], int count, int x, int y) {
375 int xpos = nofilter_trans_preamble(s, &xy, x, y);
379 memset(xy, 0, count * sizeof(uint16_t))
    [all...]
  /external/skia/legacy/src/core/
SkBitmapProcState.h 135 void S32_opaque_D32_filter_DX(const SkBitmapProcState& s, const uint32_t xy[],
137 void S32_alpha_D32_filter_DX(const SkBitmapProcState& s, const uint32_t xy[],
139 void ClampX_ClampY_filter_scale(const SkBitmapProcState& s, uint32_t xy[],
141 void ClampX_ClampY_nofilter_scale(const SkBitmapProcState& s, uint32_t xy[],
144 uint32_t xy[], int count, int x, int y);
146 uint32_t xy[], int count, int x, int y);
SkBitmapProcState_matrix_repeat.h 61 uint32_t xy[], int count, int x, int y) {
76 *xy++ = TILEY_PROCF(fx, maxY);
82 memset(xy, 0, count * sizeof(uint16_t));
92 decal_nofilter_scale(xy, fx, dx, count);
113 int16_t *dst16 = (int16_t *)xy;
153 xy = (uint32_t *) dst16;
164 *xy++ = (a << 16) | b;
166 *xy++ = (b << 16) | a;
171 *xy++ = (a << 16) | b;
173 *xy++ = (b << 16) | a
    [all...]
SkBitmapProcState_matrix_clamp.h 63 uint32_t xy[], int count, int x, int y) {
78 *xy++ = TILEY_PROCF(fx, maxY);
84 memset(xy, 0, count * sizeof(uint16_t));
94 decal_nofilter_scale(xy, fx, dx, count);
115 int16_t *dst16 = (int16_t *)xy;
155 xy = (uint32_t *) dst16;
158 uint16_t* xx = (uint16_t*)xy;
169 uint32_t xy[], int count, int x, int y) {
198 int16_t *dst16 = (int16_t *) xy;
269 xy = (uint32_t *) dst16
    [all...]
  /external/compiler-rt/lib/ppc/
DD.h 19 #define LOWORDER(xy,xHi,xLo,yHi,yLo) \
20 (((((xHi)*(yHi) - (xy)) + (xHi)*(yLo)) + (xLo)*(yHi)) + (xLo)*(yLo))
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 15 const uint32_t* xy,
24 uint32_t XY = *xy++;
25 unsigned y0 = XY >> 14;
27 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
54 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
121 const uint32_t* xy,
130 uint32_t XY = *xy++;
131 unsigned y0 = XY >> 14
    [all...]
SkBitmapProcState_matrix_clamp_neon.h 59 uint32_t xy[], int count, int x, int y) {
74 *xy++ = TILEY_PROCF(fx, maxY);
80 memset(xy, 0, count * sizeof(uint16_t));
90 decal_nofilter_scale_neon(xy, fx, dx, count);
111 int16_t *dst16 = (int16_t *)xy;
151 xy = (uint32_t *) dst16;
154 uint16_t* xx = (uint16_t*)xy;
165 uint32_t xy[], int count, int x, int y) {
194 int16_t *dst16 = (int16_t *) xy;
265 xy = (uint32_t *) dst16
    [all...]
SkBitmapProcState_matrix_repeat_neon.h 57 uint32_t xy[], int count, int x, int y) {
72 *xy++ = TILEY_PROCF(fx, maxY);
78 memset(xy, 0, count * sizeof(uint16_t));
88 decal_nofilter_scale_neon(xy, fx, dx, count);
108 int16_t *dst16 = (int16_t *)xy;
148 xy = (uint32_t *) dst16;
150 uint16_t* xx = (uint16_t*)xy;
163 uint32_t xy[], int count, int x, int y) {
184 uint32_t *oxy = xy;
204 int16_t *dst16 = (int16_t *)xy;
    [all...]
SkBitmapProcState_opts_SSSE3.cpp 26 // @param xy is the location where the xy parameters for four pixels should be
30 // suitable to mask the bottom 14 bits of a XY value.
32 // suitable to mask the bottom 4 bits of a XY value.
40 inline void PrepareConstantsTwoPixelPairs(const uint32_t* xy,
49 const __m128i xx = _mm_loadu_si128(reinterpret_cast<const __m128i *>(xy));
72 // @param xy is the location where the xy parameters for four pixels should be
76 // suitable to mask the bottom 14 bits of a XY value.
78 // suitable to mask the bottom 4 bits of a XY value
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 181 struct dd xy, r; local
245 * (xy.hi, xy.lo) = x * y (exact)
246 * (r.hi, r.lo) = xy.hi + z (exact)
247 * adj = xy.lo + r.lo (inexact; low bit is sticky)
250 xy = dd_mul(xs, ys);
251 r = dd_add(xy.hi, zs);
262 return (xy.hi + vzs + ldexp(xy.lo, spread));
271 adj = r.lo + xy.lo
    [all...]
s_fmal.c 169 struct dd xy, r; local
233 * (xy.hi, xy.lo) = x * y (exact)
234 * (r.hi, r.lo) = xy.hi + z (exact)
235 * adj = xy.lo + r.lo (inexact; low bit is sticky)
238 xy = dd_mul(xs, ys);
239 r = dd_add(xy.hi, zs);
250 return (xy.hi + vzs + ldexpl(xy.lo, spread));
259 adj = r.lo + xy.lo
    [all...]
  /external/clang/test/Sema/
designated-initializers.c 146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { variable in typeref:struct:XY
147 0, 0, &xy[0].xx.a, &xy[0].xx, &global_float,
148 [1].xx = 0, &xy[1].xx.a, &xy[1].xx, &global_float,
153 &xy[2].xx.a, &xy[2].xx, &global_float
  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 26 // @param xy is the location where the xy parameters for four pixels should be
30 // suitable to mask the bottom 14 bits of a XY value.
32 // suitable to mask the bottom 4 bits of a XY value.
40 inline void PrepareConstantsTwoPixelPairs(const uint32_t* xy,
49 const __m128i xx = _mm_loadu_si128(reinterpret_cast<const __m128i *>(xy));
301 const uint32_t* xy,
315 const uint32_t XY = *xy++;
316 const unsigned y0 = XY >> 14
    [all...]
  /external/clang/test/Analysis/
idempotent-operations.c 207 int xy, wrap, pred, a, b, c; local
209 xy = s->RDar8431728_E[n];
212 a = s->RDar8431728_B[xy - 1];
213 b = s->RDar8431728_B[xy - 1 - wrap];
214 c = s->RDar8431728_B[xy - wrap];
222 *RDar8431728_B_ptr = &s->RDar8431728_B[xy];
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 218 int[] xy = new int[2]; local
221 getLocationOnScreen(xy);
222 return (x > xy[0] && x < (xy[0] + getWidth()) && y > xy[1] && y < xy[1] + getHeight());
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
MotionEventHelper.java 63 float[] xy = new float[pointerCoords.length * 2]; local
65 xy[2 * i] = pointerCoords[i].x;
66 xy[2 * i + 1] = pointerCoords[i].y;
68 m.mapPoints(xy);
70 pointerCoords[i].x = xy[2 * i];
71 pointerCoords[i].y = xy[2 * i + 1];
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 200 int[] xy = new int[2]; local
201 view.getLocationOnScreen(xy);
206 int bottom = xy[1] + view.getHeight();
211 assertTrue(xy[1] < bottomOfRoot);
221 int[] xy = new int[2]; local
222 view.getLocationOnScreen(xy);
227 int bottom = xy[1] + view.getHeight();
233 assertTrue(xy[1] < xyRoot[1]);
  /external/freetype/src/base/
ftcalc.c 705 FT_Fixed xx, xy, yx, yy; local
711 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
712 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
714 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
716 b->xx = xx; b->xy = xy;
734 FT_MulFix( matrix->xy, matrix->yx );
739 matrix->xy = - FT_DivFix( matrix->xy, delta )
759 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 46 float xy; member in struct:__anon12368
317 II[address].xy = GradX * GradY;
337 II[address].xy = GradX * GradY;
360 II[address].xy = GradX * GradY;
378 WII[address].xy = 0;
388 WII[address].xy += II[address + jj].xy * Ker;
402 WII[address].xy = 0;
412 WII[address].xy += (II[address - jj].xy + II[address + jj].xy) * Ker
    [all...]
  /development/tools/mkstubs/tests/data/
TestTemplateClass.java 53 public <X extends T, Y> void getMap(List<T> list, Map<T, U> tu, Map<X, Set<? super Y>> xy) {
  /external/clang/test/SemaTemplate/
instantiate-clang.cpp 14 v1.xy = v2.yx;

Completed in 2420 milliseconds

12 3 4 5 6 7 8