OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v0h
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
lossless_sse2.c
297
const __m128i
v0h
= _mm_unpackhi_epi8(bgra0, bgra4); // b2b6g2g6r2r6a2a6...
local
298
const __m128i v1l = _mm_unpacklo_epi8(v0l,
v0h
); // b0b2b4b6g0g2g4g6...
299
const __m128i v1h = _mm_unpackhi_epi8(v0l,
v0h
); // b1b3b5b7g1g3g5g7...
326
const __m128i
v0h
= _mm_unpackhi_epi8(bgra0, bgra4); // b2b6g2g6r2r6a2a6...
local
327
const __m128i v1l = _mm_unpacklo_epi8(v0l,
v0h
); // b0b2b4b6g0g2g4g6...
328
const __m128i v1h = _mm_unpackhi_epi8(v0l,
v0h
); // b1b3b5b7g1g3g5g7...
361
const __m128i
v0h
= _mm_unpackhi_epi8(bgra0, bgra4); // b2b6g2g6r2r6a2a6...
local
362
const __m128i v1l = _mm_unpacklo_epi8(v0l,
v0h
); // b0b2b4b6g0g2g4g6...
363
const __m128i v1h = _mm_unpackhi_epi8(v0l,
v0h
); // b1b3b5b7g1g3g5g7...
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
937
LLVMValueRef xl, xh, v0l,
v0h
, v1l, v1h, resl, resh;
local
955
lp_build_unpack2(bld->gallivm, type, wide_type, v0, &v0l, &
v0h
);
974
resh = lp_build_lerp_simple(&wide_bld, xh,
v0h
, v1h);
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
937
LLVMValueRef xl, xh, v0l,
v0h
, v1l, v1h, resl, resh;
local
955
lp_build_unpack2(bld->gallivm, type, wide_type, v0, &v0l, &
v0h
);
974
resh = lp_build_lerp_simple(&wide_bld, xh,
v0h
, v1h);
[
all
...]
Completed in 654 milliseconds