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...] |