Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c356 int16_t* freq_buf) { in WebRtcNsx_PrepareSpectrumNeon() argument
418 int16_t * freq_buf_start = freq_buf; in WebRtcNsx_PrepareSpectrumNeon()
439 freq_buf[inst->anaLen] = inst->real[inst->anaLen2]; in WebRtcNsx_PrepareSpectrumNeon()
440 freq_buf[inst->anaLen + 1] = -inst->imag[inst->anaLen2]; in WebRtcNsx_PrepareSpectrumNeon()
Dnsx_core_mips.c756 int16_t* freq_buf) { in WebRtcNsx_PrepareSpectrum_mips() argument
763 int16_t* freq_buf_f = freq_buf; in WebRtcNsx_PrepareSpectrum_mips()
764 int16_t* freq_buf_s = &freq_buf[tmp16]; in WebRtcNsx_PrepareSpectrum_mips()
Dnsx_core.c456 static void PrepareSpectrumC(NoiseSuppressionFixedC* inst, int16_t* freq_buf) { in PrepareSpectrumC() argument
466 freq_buf[0] = inst->real[0]; in PrepareSpectrumC()
467 freq_buf[1] = -inst->imag[0]; in PrepareSpectrumC()
469 freq_buf[j] = inst->real[i]; in PrepareSpectrumC()
470 freq_buf[j + 1] = -inst->imag[i]; in PrepareSpectrumC()
472 freq_buf[inst->anaLen] = inst->real[inst->anaLen2]; in PrepareSpectrumC()
473 freq_buf[inst->anaLen + 1] = -inst->imag[inst->anaLen2]; in PrepareSpectrumC()
/external/iputils/
Dping6.c1207 char freq_buf[CMSG_ALIGN(sizeof(struct in6_flowlabel_req)) + cmsglen]; in main() local
1208 struct in6_flowlabel_req *freq = (struct in6_flowlabel_req *)freq_buf; in main()
1222 memcpy(freq_buf + CMSG_ALIGN(sizeof(*freq)), srcrt, srcrt->cmsg_len); in main()