Home | History | Annotate | Download | only in opts

Lines Matching full:neg_y

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);
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);
633 scale_x, all_y, neg_y, alpha);
681 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y);
684 __m128i sum0 = ProcessOnePixel(row0[x0], row0[x1], scale_x, neg_y);