Searched refs:shuffle2 (Results 1 – 10 of 10) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_neon.c | 97 const uint8x8_t shuffle2 = vld1_u8(kBGRShuffle[2]); in ConvertBGRAToBGR() local 107 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2)); in ConvertBGRAToBGR() 124 const uint8x8_t shuffle2 = vld1_u8(kRGBShuffle[2]); in ConvertBGRAToRGB() local 134 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2)); in ConvertBGRAToRGB()
|
/external/libhevc/common/x86/ |
D | ihevc_tables_x86_intr.c | 115 const WORD32 shuffle2[4] = { 0x80808080, 0x03020100, 0x07060504, 0x80808080 }; variable
|
D | ihevc_deblk_ssse3_intr.c | 508 tmp0_const_8x16b = _mm_load_si128((__m128i *)shuffle2); in ihevc_deblk_luma_vert_ssse3()
|
/external/libhevc/common/ |
D | ihevc_tables_x86_intr.h | 63 extern MEM_ALIGN16 const WORD32 shuffle2[4];
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 61 __m128i firstFilters, secondFilters, shuffle1, shuffle2; in vpx_filter_block1d4_h8_intrin_ssse3() local 86 shuffle2 = _mm_load_si128((__m128i const *)filt2_4_h8); in vpx_filter_block1d4_h8_intrin_ssse3() 93 srcRegFilt2= _mm_shuffle_epi8(srcReg, shuffle2); in vpx_filter_block1d4_h8_intrin_ssse3()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 344 static const uint8_t shuffle2[8] = { 2, 3, 4, 5, 6, 7, 7, 7 }; in vpx_d45_predictor_8x8_neon() local 346 const uint8x8_t sh_23456777 = vld1_u8(shuffle2); in vpx_d45_predictor_8x8_neon()
|
/external/llvm/test/Transforms/InstCombine/ |
D | vec_shuffle.ll | 255 %shuffle2 = shufflevector <4 x i32> %shuffle, <4 x i32> zeroinitializer, 257 ret <4 x i32> %shuffle2
|
/external/llvm/test/CodeGen/X86/ |
D | MergeConsecutiveStores.ll | 476 …%shuffle2 = shufflevector <8 x float> %v2, <8 x float> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 … 480 store <4 x float> %shuffle2, <4 x float>* %idx2, align 16
|
/external/llvm/test/Transforms/Scalarizer/ |
D | basic.ll | 74 %shuffle2 = shufflevector <2 x double> %dval, <2 x double> %dacc, 77 %f2 = bitcast <2 x double> %shuffle2 to <4 x float>
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-vmul.ll | 1608 …%shuffle2 = shufflevector <4 x i16> %shuffle1, <4 x i16> undef, <8 x i32> <i32 1, i32 1, i32 1, i3… 1609 %mul = mul <8 x i16> %shuffle2, %b 1621 …%shuffle2 = shufflevector <2 x i32> %shuffle1, <2 x i32> undef, <4 x i32> <i32 1, i32 1, i32 1, i3… 1622 %mul = mul <4 x i32> %shuffle2, %b
|