HomeSort by relevance Sort by last modified time
    Searched refs:vmlaq_s16 (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantization_utils.h 524 vmlaq_s16(top_left_x_res, top_right_sub_top_left, x_lerp);
529 vmlaq_s16(bottom_left_x_res, bottom_right_sub_bottom_left, x_lerp);
535 vmlaq_s16(top_x_res, bottom_sub_top, y_lerp);
    [all...]
  /external/libaom/libaom/av1/common/arm/
warp_plane_neon.c 215 pix_0 = vmlaq_s16(pix_0, coeff_1, pix_1);
    [all...]
  /external/neon_2_sse/
NEON_2_SSE.h 572 _NEON2SSESTORAGE int16x8_t vmlaq_s16(int16x8_t a, int16x8_t b, int16x8_t c); // VMLA.I16 q0,q0,q0
3901 _NEON2SSE_INLINE int16x8_t vmlaq_s16(int16x8_t a, int16x8_t b, int16x8_t c) \/\/ VMLA.I16 q0,q0,q0 function
    [all...]
  /external/clang/test/CodeGen/
aarch64-neon-intrinsics.c 469 return vmlaq_s16(v1, v2, v3);
    [all...]
arm_neon_intrinsics.c     [all...]

Completed in 2382 milliseconds