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

  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 23 const uint32_t* xy,
32 uint32_t XY = *xy++;
33 unsigned y0 = XY >> 14;
35 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
62 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
129 const uint32_t* xy,
138 uint32_t XY = *xy++;
139 unsigned y0 = XY >> 14
    [all...]
  /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 20 const uint32_t* SK_RESTRICT xy,
32 uint32_t XY;
36 XY = *xy++;
37 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
38 (XY & 0xFFFF) < (unsigned)s.fBitmap->width());
39 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
42 XY = *xy++
    [all...]
  /frameworks/base/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/base/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

Completed in 1815 milliseconds