HomeSort by relevance Sort by last modified time
    Searched refs:vreinterpret_s16_u16 (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
variance_neon.c 51 d22s16 = vreinterpret_s16_u16(vget_low_u16(q11u16));
52 d23s16 = vreinterpret_s16_u16(vget_high_u16(q11u16));
57 d24s16 = vreinterpret_s16_u16(vget_low_u16(q12u16));
58 d25s16 = vreinterpret_s16_u16(vget_high_u16(q12u16));
63 d26s16 = vreinterpret_s16_u16(vget_low_u16(q13u16));
64 d27s16 = vreinterpret_s16_u16(vget_high_u16(q13u16));
69 d28s16 = vreinterpret_s16_u16(vget_low_u16(q14u16));
70 d29s16 = vreinterpret_s16_u16(vget_high_u16(q14u16));
130 d22s16 = vreinterpret_s16_u16(vget_low_u16(q11u16));
131 d23s16 = vreinterpret_s16_u16(vget_high_u16(q11u16))
    [all...]
vp8_subpixelvariance_neon.c 449 d22s16 = vreinterpret_s16_u16(vget_low_u16(q11u16));
450 d23s16 = vreinterpret_s16_u16(vget_high_u16(q11u16));
455 d24s16 = vreinterpret_s16_u16(vget_low_u16(q12u16));
456 d25s16 = vreinterpret_s16_u16(vget_high_u16(q12u16));
461 d26s16 = vreinterpret_s16_u16(vget_low_u16(q13u16));
462 d27s16 = vreinterpret_s16_u16(vget_high_u16(q13u16));
467 d28s16 = vreinterpret_s16_u16(vget_low_u16(q14u16));
468 d29s16 = vreinterpret_s16_u16(vget_high_u16(q14u16));
568 d8s16 = vreinterpret_s16_u16(vget_low_u16(q4u16));
569 d9s16 = vreinterpret_s16_u16(vget_high_u16(q4u16))
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.c 47 d22s16 = vreinterpret_s16_u16(vget_low_u16(q11u16));
48 d23s16 = vreinterpret_s16_u16(vget_high_u16(q11u16));
52 d24s16 = vreinterpret_s16_u16(vget_low_u16(q12u16));
53 d25s16 = vreinterpret_s16_u16(vget_high_u16(q12u16));
57 d26s16 = vreinterpret_s16_u16(vget_low_u16(q13u16));
58 d27s16 = vreinterpret_s16_u16(vget_high_u16(q13u16));
62 d28s16 = vreinterpret_s16_u16(vget_low_u16(q14u16));
63 d29s16 = vreinterpret_s16_u16(vget_high_u16(q14u16));
shortfdct_neon.c 107 d1s16 = vsub_s16(d1s16, vreinterpret_s16_u16(d4u16));
256 d1s16 = vsub_s16(d1s16, vreinterpret_s16_u16(d28u16));
257 d5s16 = vsub_s16(d5s16, vreinterpret_s16_u16(d29u16));
vp8_shortwalsh4x4_neon.c 77 d0s16 = vsub_s16(d0s16, vreinterpret_s16_u16(d16u16));
  /external/chromium_org/third_party/libwebp/dsp/
lossless_neon.c 215 const int16x4_t sum_bc = vreinterpret_s16_u16(vpaddl_u8(bc));
216 const int16x4_t sum_ac = vreinterpret_s16_u16(vpaddl_u8(ac));
enc_neon.c 339 vreinterpret_s16_u16(vceq_s16(vget_low_s16(a3a2), vdup_n_s16(0)));
    [all...]
  /external/webp/src/dsp/
lossless_neon.c 215 const int16x4_t sum_bc = vreinterpret_s16_u16(vpaddl_u8(bc));
216 const int16x4_t sum_ac = vreinterpret_s16_u16(vpaddl_u8(ac));
enc_neon.c 339 vreinterpret_s16_u16(vceq_s16(vget_low_s16(a3a2), vdup_n_s16(0)));
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 454 coeffs &= vreinterpret_s16_u16(vld1_u16(&mask[r][0]));
SkXfermode_opts_arm_neon.cpp 478 cmp1 = vreinterpretq_u32_s32(vmovl_s16(vreinterpret_s16_u16(vget_low_u16(cmp))));
482 cmp2 = vreinterpretq_u32_s32(vmovl_s16(vreinterpret_s16_u16(vget_high_u16(cmp))));
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 454 coeffs &= vreinterpret_s16_u16(vld1_u16(&mask[r][0]));
SkXfermode_opts_arm_neon.cpp 478 cmp1 = vreinterpretq_u32_s32(vmovl_s16(vreinterpret_s16_u16(vget_low_u16(cmp))));
482 cmp2 = vreinterpretq_u32_s32(vmovl_s16(vreinterpret_s16_u16(vget_high_u16(cmp))));
  /external/clang/test/CodeGen/
aarch64-neon-intrinsics.c     [all...]
arm_neon_intrinsics.c     [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
arm_neon.h 3230 vreinterpret_s16_u16 (uint16x4_t __a) function
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
arm_neon.h 3416 vreinterpret_s16_u16 (uint16x4_t __a) function
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
arm_neon.h 11769 vreinterpret_s16_u16 (uint16x4_t __a) function
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
arm_neon.h 11769 vreinterpret_s16_u16 (uint16x4_t __a) function
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 16324 #define vreinterpret_s16_u16 macro
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
arm_neon.h 3230 vreinterpret_s16_u16 (uint16x4_t __a) function
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
arm_neon.h 3416 vreinterpret_s16_u16 (uint16x4_t __a) function
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
arm_neon.h 11769 vreinterpret_s16_u16 (uint16x4_t __a) function
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
arm_neon.h 11769 vreinterpret_s16_u16 (uint16x4_t __a) function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
arm_neon.h 3050 __ai int16x4_t vreinterpret_s16_u16(uint16x4_t __a) { function
    [all...]

Completed in 118 milliseconds

1 2