Home | History | Annotate | Download | only in opts

Lines Matching refs:XY

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;
133 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
164 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
246 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[],
263 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, s.fFilterOneY);
272 while ((size_t(xy) & 0x0F) != 0) {
274 *xy++ = (fx >> 12 << 14) | ((fx >> 16) + 1);
291 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_out);
293 xy += 4;
302 *xy++ = (fx >> 12 << 14) | ((fx >> 16) + 1);
311 while (((size_t)xy & 0x0F) != 0) {
312 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
351 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_i);
355 xy += 4;
361 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
371 uint32_t xy[], int count, int x, int y) {
383 *xy++ = SkClampMax(fx >> 16, maxY);
388 memset(xy, 0, count * sizeof(uint16_t));
399 while (((size_t)xy & 0x0F) != 0) {
400 *xy++ = pack_two_shorts(fx >> 16, (fx + dx) >> 16);
418 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result);
423 xy += 4;
429 uint16_t* xx = reinterpret_cast<uint16_t*>(xy);
440 while (((size_t)xy & 0x0F) != 0) {
441 *xy++ = SkClampMax((fx + dx) >> 16, maxX) |
468 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_result);
473 xy += 4;
479 uint16_t* xx = reinterpret_cast<uint16_t*>(xy);
491 uint32_t xy[], int count, int x, int y) {
539 _mm_storeu_si128(reinterpret_cast<__m128i*>(xy), wide_i);
545 xy += 4;
551 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, oneY);
553 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, oneX);
562 uint32_t xy[], int count, int x, int y) {
581 while (((size_t)xy & 0x0F) != 0) {
582 *xy++ = (SkClampMax(fy >> 16, maxY) << 16) |
616 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_i);
623 xy += 4;
629 *xy++ = (SkClampMax(fy >> 16, maxY) << 16) |