Searched refs:inre2 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | transform_mips.c | 31 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() 279 [inre2] "=&r" (inre2), [k] "+r" (k), [max1] "=&r" (max1), in WebRtcIsacfix_Time2SpecMIPS() 586 : [inre1] "=&r" (inre1), [inre2] "=&r" (inre2), [tmpre] "=&r" (tmpre), in WebRtcIsacfix_Time2SpecMIPS()
|
D | transform_neon.c | 43 int16x8_t inre2 = vld1q_s16(inre2Q9); in ComplexMulAndFindMaxNeon() local 51 int32x4_t tmp1 = vmull_s16(vget_low_s16(tmpr), vget_low_s16(inre2)); in ComplexMulAndFindMaxNeon() 52 tmp0 = vmlal_s16(tmp0, vget_low_s16(tmpi), vget_low_s16(inre2)); in ComplexMulAndFindMaxNeon() 56 int32x4_t tmp3 = vmull_high_s16(tmpr, inre2); in ComplexMulAndFindMaxNeon() 57 tmp2 = vmlal_high_s16(tmp2, tmpi, inre2); in ComplexMulAndFindMaxNeon() 61 int32x4_t tmp3 = vmull_s16(vget_high_s16(tmpr), vget_high_s16(inre2)); in ComplexMulAndFindMaxNeon() 62 tmp2 = vmlal_s16(tmp2, vget_high_s16(tmpi), vget_high_s16(inre2)); in ComplexMulAndFindMaxNeon() 148 int16_t* inre2 = &inre[FRAMESAMPLES/2 - 4]; in PostShiftAndSeparateNeon() local 168 int16x4_t inre_1 = vld1_s16(inre2); in PostShiftAndSeparateNeon() 169 inre2 -= 4; in PostShiftAndSeparateNeon() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | transform.c | 40 double* inre2, 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()
|
D | codec.h | 184 double* inre2,
|