Searched refs:xy0 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3-0x.cpp21 X<Y> xy0 = f0(prvalue<Y>()); local
33 X<Y> xy0 = f1(prvalue<Y>()); local
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp102 int* xy0, int* xy1) {
115 _mm_storeu_si128(reinterpret_cast<__m128i *>(xy0), xy0_wide);
321 const int* xy0,
329 row00[xy0[0]], row00[xy1[0]], row10[xy0[1]], row10[xy1[1]],
333 row01[xy0[0]], row01[xy1[0]], row11[xy0[1]], row11[xy1[1]],
618 int xy0[4]; local
623 &all_xy, &sixteen_minus_xy, xy0, xy1);
632 reinterpret_cast<const uint32_t*>(src_addr + xy0[
95 PrepareConstantsTwoPixelPairsDXDY(const uint32_t* xy, const __m128i& mask_3FFF, const __m128i& mask_000F, const __m128i& sixteen_8bit, const __m128i& mask_dist_select, __m128i* all_xy_result, __m128i* sixteen_minus_xy, int* xy0, int* xy1) argument
317 ProcessTwoPixelPairsDXDY(const uint32_t* row00, const uint32_t* row01, const uint32_t* row10, const uint32_t* row11, const int* xy0, const int* xy1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
[all...]
/external/opencv/cv/src/
H A Dcvimgwarp.cpp1838 __m128i xy0 = _mm_load_si128( (const __m128i*)(xy + x*2)); local
1841 __m128i mask0 = _mm_cmpeq_epi32(_mm_or_si128(_mm_cmpgt_epi16(z, xy0),
1842 _mm_cmpgt_epi16(xy0,br)), z);
1845 __m128i ofs0 = _mm_and_si128(_mm_madd_epi16( xy0, xy2ofs ), mask0 );

Completed in 335 milliseconds