Home | History | Annotate | Download | only in opts

Lines Matching refs:XY

35 // @param xy is the location where the xy parameters for four pixels should be
39 // suitable to mask the bottom 14 bits of a XY value.
41 // suitable to mask the bottom 4 bits of a XY value.
49 inline void PrepareConstantsTwoPixelPairs(const uint32_t* xy,
58 const __m128i xx = _mm_loadu_si128(reinterpret_cast<const __m128i *>(xy));
81 // @param xy is the location where the xy parameters for four pixels should be
85 // suitable to mask the bottom 14 bits of a XY value.
87 // suitable to mask the bottom 4 bits of a XY value.
95 inline void PrepareConstantsTwoPixelPairsDXDY(const uint32_t* xy,
104 _mm_loadu_si128(reinterpret_cast<const __m128i *>(xy));
394 const uint32_t* xy,
408 const uint32_t XY = *xy++;
409 const unsigned y0 = XY >> 14;
413 reinterpret_cast<const uint32_t*>(src_addr + (XY & 0x3FFF) * rb);
441 PrepareConstantsTwoPixelPairs(xy, mask_3FFF, mask_000F,
444 xy += 4;
474 uint32_t xx = *xy++; // x0:14 | 4 | x1:14
513 PrepareConstantsTwoPixelPairs(xy, mask_3FFF, mask_000F,
516 xy += 4;
548 const uint32_t xx = *xy++; // x0:14 | 4 | x1:14
586 const uint32_t* xy,
621 PrepareConstantsTwoPixelPairsDXDY(xy, mask_3FFF, mask_000F,
650 xy += 4;
657 uint32_t data = *xy++;
663 data = *xy++;
712 const uint32_t* xy,
714 S32_generic_D32_filter_DX_SSSE3<false>(s, xy, count, colors);
718 const uint32_t* xy,
720 S32_generic_D32_filter_DX_SSSE3<true>(s, xy, count, colors);
724 const uint32_t* xy,
726 S32_generic_D32_filter_DXDY_SSSE3<false>(s, xy, count, colors);
730 const uint32_t* xy,
732 S32_generic_D32_filter_DXDY_SSSE3<true>(s, xy, count, colors);
736 const uint32_t* xy,
740 S32_generic_D32_filter_DX_SSSE3<false>(s, xy, count, colors32);
747 const uint32_t* xy,
751 S32_generic_D32_filter_DXDY_SSSE3<false>(s, xy, count, colors32);
760 const uint32_t* xy,
766 const uint32_t* xy,
772 const uint32_t* xy,
778 const uint32_t* xy,
784 const uint32_t* xy,
790 const uint32_t* xy,