HomeSort by relevance Sort by last modified time
    Searched full:shuffle2 (Results 1 - 8 of 8) sorted by null

  /external/libhevc/common/
ihevc_tables_x86_intr.h 63 extern MEM_ALIGN16 const WORD32 shuffle2[4];
  /external/chromium_org/third_party/libwebp/dsp/
lossless_neon.c 97 const uint8x8_t shuffle2 = vld1_u8(kBGRShuffle[2]); local
107 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2));
124 const uint8x8_t shuffle2 = vld1_u8(kRGBShuffle[2]); local
134 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2));
  /external/webp/src/dsp/
lossless_neon.c 97 const uint8x8_t shuffle2 = vld1_u8(kBGRShuffle[2]); local
107 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2));
124 const uint8x8_t shuffle2 = vld1_u8(kRGBShuffle[2]); local
134 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2));
  /external/libhevc/common/x86/
ihevc_tables_x86_intr.c 115 const WORD32 shuffle2[4] = { 0x80808080, 0x03020100, 0x07060504, 0x80808080 }; variable
ihevc_deblk_ssse3_intr.c 508 tmp0_const_8x16b = _mm_load_si128((__m128i *)shuffle2);
    [all...]
  /external/llvm/test/Transforms/InstCombine/
vec_shuffle.ll 255 %shuffle2 = shufflevector <4 x i32> %shuffle, <4 x i32> zeroinitializer,
257 ret <4 x i32> %shuffle2
  /external/llvm/test/Transforms/Scalarizer/
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/
arm64-vmul.ll     [all...]

Completed in 446 milliseconds