HomeSort by relevance Sort by last modified time
    Searched full:neg_y (Results 1 - 2 of 2) sorted by null

  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 266 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
285 const __m128i& neg_y,
289 scale_x, neg_y);
316 const __m128i& neg_y,
321 scale_x, neg_y);
494 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
515 scale_x, all_y, neg_y, alpha);
523 scale_x, all_y, neg_y, alpha);
552 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);
619 __m128i neg_y = _mm_sub_epi16(_mm_set1_epi16(16), all_y) local
680 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
    [all...]
  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 215 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
234 const __m128i& neg_y,
238 scale_x, neg_y);
410 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
431 scale_x, all_y, neg_y, alpha);
439 scale_x, all_y, neg_y, alpha);
468 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);

Completed in 327 milliseconds