Searched refs:freq_buf (Results 1 – 5 of 5) sorted by relevance
356 int16_t* freq_buf) { in WebRtcNsx_PrepareSpectrumNeon() argument418 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()
756 int16_t* freq_buf) { in WebRtcNsx_PrepareSpectrum_mips() argument763 int16_t* freq_buf_f = freq_buf; in WebRtcNsx_PrepareSpectrum_mips()764 int16_t* freq_buf_s = &freq_buf[tmp16]; in WebRtcNsx_PrepareSpectrum_mips()
456 static void PrepareSpectrumC(NoiseSuppressionFixedC* inst, int16_t* freq_buf) { in PrepareSpectrumC() argument466 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()
558 char freq_buf[sizeof(struct in6_flowlabel_req)]; in iperf_tcp_connect() local559 struct in6_flowlabel_req *freq = (struct in6_flowlabel_req *)freq_buf; in iperf_tcp_connect()
1212 char freq_buf[CMSG_ALIGN(sizeof(struct in6_flowlabel_req)) + cmsglen]; in main() local1213 struct in6_flowlabel_req *freq = (struct in6_flowlabel_req *)freq_buf; in main()1227 memcpy(freq_buf + CMSG_ALIGN(sizeof(*freq)), srcrt, srcrt->cmsg_len); in main()