OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:neg_y
(Results
1 - 1
of
1
) sorted by null
/external/skia/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 30 milliseconds