Home
last modified time | relevance | path

Searched defs:src_s16 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_custom_gemv.h223 int16x8_t src_s16 = vreinterpretq_s16_u16(vmovl_u8(src_u8)); in Load8AndSubtractZeroPoint() local
231 int16x8_t src_s16 = vmovl_s8(src_s8); in Load8AndSubtractZeroPoint() local
/external/libvpx/vpx_dsp/arm/
Dhighbd_variance_neon.c37 const int16x8_t src_s16 = vreinterpretq_s16_u16(vld1q_u16(&src_ptr[j])); in highbd_variance16() local
61 const int16x4_t src_s16 = vreinterpret_s16_u16(vld1_u16(&src_ptr[j])); in highbd_variance16() local