Searched refs:outreQ7 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | transform.c | 41 int16_t* outreQ7, in WebRtcIsac_Time2Spec() argument 75 outreQ7[k] = (int16_t)WebRtcIsac_lrint((xr * tmp1r - xi * tmp1i) * 128.0); in WebRtcIsac_Time2Spec() 77 …outreQ7[FRAMESAMPLES_HALF - 1 - k] = (int16_t)WebRtcIsac_lrint((-yr * tmp1i - yi * tmp1r) * 128.0); in WebRtcIsac_Time2Spec()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | transform_mips.c | 26 int16_t* outreQ7, in WebRtcIsacfix_Time2SpecMIPS() argument 592 [outreQ7] "r" (outreQ7), [outimQ7] "r" (outimQ7), in WebRtcIsacfix_Time2SpecMIPS()
|
D | transform.c | 32 int16_t *outreQ7, in WebRtcIsacfix_Time2SpecC() argument 107 outreQ7[k] = (int16_t)(v1Q16 >> 9); in WebRtcIsacfix_Time2SpecC() 112 outreQ7[FRAMESAMPLES / 2 - 1 - k] = (int16_t)(v1Q16 >> 9); in WebRtcIsacfix_Time2SpecC()
|
D | transform_neon.c | 219 int16_t* outreQ7, in WebRtcIsacfix_Time2SpecNeon() argument 245 PostShiftAndSeparateNeon(inre1Q9, inre2Q9, outreQ7, outimQ7, sh); in WebRtcIsacfix_Time2SpecNeon()
|