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

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp274 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
293 const __m128i& neg_y,
297 scale_x, neg_y);
324 const __m128i& neg_y,
329 scale_x, neg_y);
503 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
524 scale_x, all_y, neg_y, alpha);
532 scale_x, all_y, neg_y, alpha);
561 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);
628 __m128i neg_y local
287 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
316 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
689 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp275 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
294 const __m128i& neg_y,
298 scale_x, neg_y);
325 const __m128i& neg_y,
330 scale_x, neg_y);
504 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
525 scale_x, all_y, neg_y, alpha);
533 scale_x, all_y, neg_y, alpha);
562 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);
629 __m128i neg_y local
288 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
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
690 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
[all...]

Completed in 98 milliseconds