Searched defs:neg_y (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp269 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
288 const __m128i& neg_y,
292 scale_x, neg_y);
319 const __m128i& neg_y,
324 scale_x, neg_y);
498 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
519 scale_x, all_y, neg_y, alpha);
527 scale_x, all_y, neg_y, alpha);
556 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);
623 __m128i neg_y local
282 ProcessTwoPixelPairs(const uint32_t* row0, const uint32_t* row1, const int* x0, const int* x1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
311 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
684 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
[all...]

Completed in 69 milliseconds