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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 267 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
286 const __m128i& neg_y,
290 scale_x, neg_y);
317 const __m128i& neg_y,
322 scale_x, neg_y);
495 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
516 scale_x, all_y, neg_y, alpha);
524 scale_x, all_y, neg_y, alpha);
553 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);
620 __m128i neg_y = _mm_sub_epi16(_mm_set1_epi16(16), all_y) local
681 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 267 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
286 const __m128i& neg_y,
290 scale_x, neg_y);
317 const __m128i& neg_y,
322 scale_x, neg_y);
495 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
516 scale_x, all_y, neg_y, alpha);
524 scale_x, all_y, neg_y, alpha);
553 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);
620 __m128i neg_y = _mm_sub_epi16(_mm_set1_epi16(16), all_y) local
681 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); local
    [all...]

Completed in 67 milliseconds