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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_neon.c 40 statev = vld1q_dup_s32(filter_state_ch1);
  /external/libopus/silk/arm/
NSQ_del_dec_neon_intr.c 289 vst1q_s32( psDelDec->LF_AR_Q14, vld1q_dup_s32( &NSQ->sLF_AR_shp_Q14 ) );
290 vst1q_s32( psDelDec->Diff_Q14, vld1q_dup_s32( &NSQ->sDiff_shp_Q14 ) );
291 vst1q_s32( psDelDec->Shape_Q14[ 0 ], vld1q_dup_s32( &NSQ->sLTP_shp_Q14[ psEncC->ltp_mem_length - 1 ] ) );
293 vst1q_s32( psDelDec->sLPC_Q14[ i ], vld1q_dup_s32( &NSQ->sLPC_Q14[ i ] ) );
296 vst1q_s32( psDelDec->sAR2_Q14[ i ], vld1q_dup_s32( &NSQ->sAR2_Q14[ i ] ) );
    [all...]
  /external/clang/test/CodeGen/
aarch64-neon-ldst-one.c 77 return vld1q_dup_s32(a);
    [all...]
arm_neon_intrinsics.c     [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
depthwiseconv_uint8_3x3_filter.h 55 #define vld1q_dup_s8x4(src) vld1q_dup_s32(reinterpret_cast<const int32*>(src))
    [all...]
depthwiseconv_uint8_transitional.h 57 #define vld1q_dup_s8x4(src) vld1q_dup_s32(reinterpret_cast<const int32*>(src))
    [all...]
  /external/neon_2_sse/
NEON_2_SSE.h 9472 #define vld1q_dup_s32 macro
    [all...]

Completed in 2251 milliseconds