Searched refs:v1h (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_sse2.c | 564 const __m128i v1h = _mm_unpackhi_epi8(v0l, v0h); // b1b3b5b7g1g3g5g7... in ConvertBGRAToRGBA4444_SSE2() local 565 const __m128i v2l = _mm_unpacklo_epi8(v1l, v1h); // b0...b7 | g0...g7 in ConvertBGRAToRGBA4444_SSE2() 566 const __m128i v2h = _mm_unpackhi_epi8(v1l, v1h); // r0...r7 | a0...a7 in ConvertBGRAToRGBA4444_SSE2() 601 const __m128i v1h = _mm_unpackhi_epi8(v0l, v0h); // b1b3b5b7g1g3g5g7... in ConvertBGRAToRGB565_SSE2() local 602 const __m128i v2l = _mm_unpacklo_epi8(v1l, v1h); // b0...b7 | g0...g7 in ConvertBGRAToRGB565_SSE2() 603 const __m128i v2h = _mm_unpackhi_epi8(v1l, v1h); // r0...r7 | a0...a7 in ConvertBGRAToRGB565_SSE2()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_arit.c | 1428 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; in lp_build_lerp() local 1445 lp_build_unpack2_native(bld->gallivm, type, wide_type, v1, &v1l, &v1h); in lp_build_lerp() 1454 resh = lp_build_lerp_simple(&wide_bld, xh, v0h, v1h, flags); in lp_build_lerp()
|
Completed in 7 milliseconds