HomeSort by relevance Sort by last modified time
    Searched defs:XY (Results 1 - 14 of 14) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY;
44 XY *xy = a1; local
  /external/skia/src/core/
SkBitmapProcState_sample.h 27 const uint32_t* SK_RESTRICT xy,
39 uint32_t XY;
43 XY = *xy++;
44 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
45 (XY & 0xFFFF) < (unsigned)s.fBitmap->width());
46 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
49 XY = *xy++
    [all...]
  /external/skia/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...]
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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 86 XY RN 8
127 LDR XY,=LOOP_COUNT
128 M_STRD XY, pBS, pXYBS
227 M_LDRD XY, pBS, pXYBS
232 ADDS XY, XY, XY
233 M_STR XY, pXYBS
307 M_LDRD XY, pBS, pXYBS
312 ADDS XY, XY, X
    [all...]
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 110 XY RN 8
151 LDR XY,=LOOP_COUNT
152 M_STRD XY, pBS, pXYBS
307 M_LDRD XY, pBS, pXYBS
312 ADDS XY, XY, XY
313 M_STR XY, pXYBS
403 M_LDRD XY, pBS, pXYBS
409 ADDS XY, XY, X
    [all...]
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 113 XY RN 8
159 LDR XY,=LOOP_COUNT
163 M_STRD XY, pBS, pXYBS
252 M_LDRD XY, pBS, pXYBS
256 ADDS XY, XY, XY
257 M_STR XY, pXYBS
269 M_LDRD XY, pBS, pXYBS
274 ADDS XY, XY, X
    [all...]
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 139 XY RN 8
184 LDR XY,=LOOP_COUNT
188 M_STRD XY, pBS, pXYBS
423 M_LDRD XY, pBS, pXYBS
427 ADDS XY, XY, XY
430 M_STR XY, pXYBS
441 M_LDRD XY, pBS, pXYBS
446 ADDS XY, XY, X
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 41 XY RN 7
114 LDR XY, =LOOP_COUNT
176 ADDS XY, XY, XY
189 ADDS XY, XY, XY
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 46 XY RN 7
133 LDR XY, =LOOP_COUNT
233 ADDS XY, XY, XY
268 ADDS XY, XY, XY
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 47 XY RN 9
178 LDR XY,=LOOP_COUNT
236 ADDS XY, XY, XY
245 ADDS XY, XY, XY
261 ADDS XY,XY,X
    [all...]
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 48 XY RN 9
222 LDR XY,=LOOP_COUNT
353 ADDS XY, XY, XY
368 ADDS XY, XY, XY
406 ADDS XY,XY,X
    [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/valgrind/main/none/tests/s390x/
opcodes.h 306 #define XY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,57)

Completed in 1153 milliseconds