OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkMul16ShiftRound_SSE2
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/opts/
SkColor_opts_SSE2.h
107
static inline __m128i
SkMul16ShiftRound_SSE2
(const __m128i& a,
SkBlitRow_opts_SSE2.cpp
783
dr = _mm_add_epi16(sr,
SkMul16ShiftRound_SSE2
(dr, isa, SK_R16_BITS));
785
dg = _mm_add_epi16(sg,
SkMul16ShiftRound_SSE2
(dg, isa, SK_G16_BITS));
787
db = _mm_add_epi16(sb,
SkMul16ShiftRound_SSE2
(db, isa, SK_B16_BITS));
[
all
...]
Completed in 547 milliseconds