Home | History | Annotate | Download | only in opts

Lines Matching refs:XY

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;
320 reinterpret_cast<const uint32_t*>(src_addr + (XY & 0x3FFF) * rb);
347 PrepareConstantsTwoPixelPairs(xy, mask_3FFF, mask_000F,
350 xy += 4;
380 uint32_t xx = *xy
419 PrepareConstantsTwoPixelPairs(xy, mask_3FFF, mask_000F,
422 xy += 4;
454 const uint32_t xx = *xy++; // x0:14 | 4 | x1:14
488 const uint32_t* xy,
490 S32_generic_D32_filter_DX_SSSE3<false>(s, xy, count, colors);
494 const uint32_t* xy,
496 S32_generic_D32_filter_DX_SSSE3<true>(s, xy, count, colors);