Home
last modified time | relevance | path

Searched refs:shuffle1 (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_neon.c96 const uint8x8_t shuffle1 = vld1_u8(kBGRShuffle[1]); in ConvertBGRAToBGR_NEON() local
106 vst1_u8(dst + 8, vtbl4_u8(pixels, shuffle1)); in ConvertBGRAToBGR_NEON()
123 const uint8x8_t shuffle1 = vld1_u8(kRGBShuffle[1]); in ConvertBGRAToRGB_NEON() local
133 vst1_u8(dst + 8, vtbl4_u8(pixels, shuffle1)); in ConvertBGRAToRGB_NEON()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c1617 LLVMValueRef ainterp, ainterp0, ainterp1, shuffle1, sel_mask, sel_mask2; in s3tc_decode_block_dxt5() local
1686 shuffle1 = lp_build_const_shuffle1(gallivm, 0, 8); in s3tc_decode_block_dxt5()
1687 alpha0 = LLVMBuildShuffleVector(builder, alpha0, alpha0, shuffle1, ""); in s3tc_decode_block_dxt5()
1688 alpha1 = LLVMBuildShuffleVector(builder, alpha1, alpha1, shuffle1, ""); in s3tc_decode_block_dxt5()
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp14008 const uint8x16_t shuffle1 = vld1q_u8(row1 + 1); in arm_convert_utf16_to_utf8() local
14009 const uint8x16_t utf8_1 = vqtbl1q_u8(out1, shuffle1); in arm_convert_utf16_to_utf8()
14262 const uint8x16_t shuffle1 = vld1q_u8(row1 + 1); in arm_convert_utf16_to_utf8_with_errors() local
14263 const uint8x16_t utf8_1 = vqtbl1q_u8(out1, shuffle1); in arm_convert_utf16_to_utf8_with_errors()
14715 const uint8x16_t shuffle1 = vld1q_u8(row1 + 1); in arm_convert_utf32_to_utf8() local
14716 const uint8x16_t utf8_1 = vqtbl1q_u8(out1, shuffle1); in arm_convert_utf32_to_utf8()
14954 const uint8x16_t shuffle1 = vld1q_u8(row1 + 1); in arm_convert_utf32_to_utf8_with_errors() local
14955 const uint8x16_t utf8_1 = vqtbl1q_u8(out1, shuffle1); in arm_convert_utf32_to_utf8_with_errors()
19992 const __m128i shuffle1 = _mm_loadu_si128((__m128i*)(row1 + 1));
19993 const __m128i utf8_1 = _mm_shuffle_epi8(_mm256_castsi256_si128(out1), shuffle1);
[all...]

Completed in 32 milliseconds