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

  /external/clang/test/Sema/
arm-neon-types.c 35 return vst1_s32(p, v); // expected-warning {{incompatible pointer types}}
  /external/libhevc/common/arm/
ihevc_resi_trans_neon_32x32.c 295 vst1_s32(pi4_temp, vget_low_s32(val_8.val[0])); /*Value 0*/
296 vst1_s32(pi4_temp + 256, vget_high_s32(val_8.val[0])); /*Value 8*/
297 vst1_s32(pi4_temp + 512, vget_low_s32(val_8.val[1])); /*Value 16*/
298 vst1_s32(pi4_temp + 768, vget_high_s32(val_8.val[1])); /*Value 24*/
363 vst1_s32(pi4_temp + 128, vget_low_s32(val_4.val[0])); /*Value 4*/
364 vst1_s32(pi4_temp + 384, vget_high_s32(val_4.val[0])); /*Value 12*/
365 vst1_s32(pi4_temp + 640, vget_low_s32(val_4.val[1])); /*Value 20*/
366 vst1_s32(pi4_temp + 896, vget_high_s32(val_4.val[1])); /*Value 28*/
448 vst1_s32(pi4_temp + 64, vget_low_s32(val_2.val[0])); /*Value 2*/
449 vst1_s32(pi4_temp + 192, vget_high_s32(val_2.val[0])); /*Value 6*
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding_neon.c 87 vst1_s32(&matrix_product[matrix_prod_index], sum_32x2);
129 vst1_s32(&matrix_product[matrix_prod_index], sum_32x2);
215 vst1_s32(&matrix_product[matrix_prod_index], sum_32x2);
lattice_neon.c 163 vst1_s32(ptr2, ptr2v_tail);
172 vst1_s32(ptr1, ptr1v_tail);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerSinc.cpp 509 vst1_s32(out, outV);
591 vst1_s32(out, outV);
AudioResamplerFirProcessNeon.h 178 vst1_s32(out, outSamp);
353 vst1_s32(out, outSamp);
    [all...]
  /external/gemmlowp/internal/
pack_neon.h 312 vst1_s32(sums_ptr, sum);
  /external/libhevc/encoder/arm/
ihevce_had_compute_neon.c 173 vst1_s32(pi4_hsad, d01);
180 vst1_s32(pi4_hsad, d23);
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
depthwiseconv_uint8.h 471 vst1_s32(acc_buffer_ptr, acc);
531 vst1_s32(acc_buffer_ptr, acc);
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
quantization_utils_test.cc     [all...]
  /external/clang/test/CodeGen/
aarch64-neon-intrinsics.c     [all...]
arm_neon_intrinsics.c     [all...]
  /external/neon_2_sse/
NEON_2_SSE.h 9661 #define vst1_s32 macro
    [all...]

Completed in 820 milliseconds