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

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

Completed in 134 milliseconds