Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_mips.c31 int32_t inre1, inre2, tmpre, tmpim, factor, max, max1; in WebRtcIsacfix_Time2SpecMIPS() local
191 : [k] "+r" (k), [inre1] "=&r" (inre1), [inre2] "=&r" (inre2), in WebRtcIsacfix_Time2SpecMIPS()
278 : [tmpre] "=&r" (tmpre), [tmpim] "=&r" (tmpim), [inre1] "=&r" (inre1), in WebRtcIsacfix_Time2SpecMIPS()
586 : [inre1] "=&r" (inre1), [inre2] "=&r" (inre2), [tmpre] "=&r" (tmpre), in WebRtcIsacfix_Time2SpecMIPS()
Dtransform_neon.c42 int16x8_t inre1 = vld1q_s16(inre1Q9); in ComplexMulAndFindMaxNeon() local
50 int32x4_t tmp0 = vmull_s16(vget_low_s16(tmpr), vget_low_s16(inre1)); in ComplexMulAndFindMaxNeon()
53 tmp1 = vmlsl_s16(tmp1, vget_low_s16(tmpi), vget_low_s16(inre1)); in ComplexMulAndFindMaxNeon()
55 int32x4_t tmp2 = vmull_high_s16(tmpr, inre1); in ComplexMulAndFindMaxNeon()
58 tmp3 = vmlsl_high_s16(tmp3, tmpi, inre1); in ComplexMulAndFindMaxNeon()
60 int32x4_t tmp2 = vmull_s16(vget_high_s16(tmpr), vget_high_s16(inre1)); in ComplexMulAndFindMaxNeon()
63 tmp3 = vmlsl_s16(tmp3, vget_high_s16(tmpi), vget_high_s16(inre1)); in ComplexMulAndFindMaxNeon()
147 int16_t* inre1 = inre; in PostShiftAndSeparateNeon() local
166 int16x4_t inre_0 = vld1_s16(inre1); in PostShiftAndSeparateNeon()
167 inre1 += 4; in PostShiftAndSeparateNeon()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dtransform.c39 double* inre1, in WebRtcIsac_Time2Spec() argument
58 tmpre[k] = (inre1[k] * tmp1r + inre2[k] * tmp1i) * fact; in WebRtcIsac_Time2Spec()
59 tmpim[k] = (inre2[k] * tmp1r - inre1[k] * tmp1i) * fact; in WebRtcIsac_Time2Spec()
Dcodec.h183 double* inre1,