OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freq_buf
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c
323
static void PrepareSpectrumNeon(NsxInst_t* inst, int16_t*
freq_buf
) {
382
//
freq_buf
[0] = inst->real[0];
383
//
freq_buf
[1] = -inst->imag[0];
386
//
freq_buf
[j] = inst->real[i];
387
//
freq_buf
[j + 1] = -inst->imag[i];
388
//
freq_buf
[tmp16] = inst->real[i];
389
//
freq_buf
[tmp16 + 1] = inst->imag[i];
391
//
freq_buf
[inst->anaLen] = inst->real[inst->anaLen2];
392
//
freq_buf
[inst->anaLen + 1] = -inst->imag[inst->anaLen2];
394
freq_buf
[0] = inst->real[0]
[
all
...]
nsx_core.c
594
static void PrepareSpectrumC(NsxInst_t* inst, int16_t*
freq_buf
) {
605
freq_buf
[0] = inst->real[0];
606
freq_buf
[1] = -inst->imag[0];
609
freq_buf
[j] = inst->real[i];
610
freq_buf
[j + 1] = -inst->imag[i];
611
freq_buf
[tmp16] = inst->real[i];
612
freq_buf
[tmp16 + 1] = inst->imag[i];
614
freq_buf
[inst->anaLen] = inst->real[inst->anaLen2];
615
freq_buf
[inst->anaLen + 1] = -inst->imag[inst->anaLen2];
[
all
...]
/external/iputils/
ping6.c
1204
char
freq_buf
[CMSG_ALIGN(sizeof(struct in6_flowlabel_req)) + cmsglen];
local
1205
struct in6_flowlabel_req *freq = (struct in6_flowlabel_req *)
freq_buf
;
1219
memcpy(
freq_buf
+ CMSG_ALIGN(sizeof(*freq)), srcrt, srcrt->cmsg_len);
[
all
...]
Completed in 213 milliseconds