Home
last modified time | relevance | path

Searched refs:factq (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_neon.c35 int32x4_t factq = vdupq_n_s32(fact); in ComplexMulAndFindMaxNeon() local
66 int32x4_t outr_0 = vqdmulhq_s32(tmp0, factq); in ComplexMulAndFindMaxNeon()
67 int32x4_t outr_1 = vqdmulhq_s32(tmp2, factq); in ComplexMulAndFindMaxNeon()
68 int32x4_t outi_0 = vqdmulhq_s32(tmp1, factq); in ComplexMulAndFindMaxNeon()
69 int32x4_t outi_1 = vqdmulhq_s32(tmp3, factq); in ComplexMulAndFindMaxNeon()