OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mullo_epi32
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/opts/
SkBlurImageFilter_opts.h
30
#define
mullo_epi32
_mm_mullo_epi32
macro
49
static inline __m128i
mullo_epi32
(__m128i a, __m128i b) {
function in namespace:SK_OPTS_NS
63
auto result =
mullo_epi32
(sum, scale); \
/frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp
52
static inline __m128i
mullo_epi32
(__m128i x, __m128i y) {
function
440
Y =
mullo_epi32
(Y, c0);
442
R = _mm_add_epi32(Y,
mullo_epi32
(V, c1));
446
G = _mm_add_epi32(Y,
mullo_epi32
(U, c2));
447
G = _mm_add_epi32(G,
mullo_epi32
(V, c4));
451
B = _mm_add_epi32(Y,
mullo_epi32
(U, c3));
502
Y =
mullo_epi32
(Y, c0);
504
R = _mm_add_epi32(Y,
mullo_epi32
(V, c1));
508
G = _mm_add_epi32(Y,
mullo_epi32
(U, c2));
509
G = _mm_add_epi32(G,
mullo_epi32
(V, c4))
[
all
...]
Completed in 1255 milliseconds