OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_HIGH_BANDS_MAX
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
defines.h
17
#define
NUM_HIGH_BANDS_MAX
2 // max number of high bands: 2
nsx_defines.h
16
#define
NUM_HIGH_BANDS_MAX
2 /* Max number of high bands */
ns_core.h
112
float dataBufHB[
NUM_HIGH_BANDS_MAX
][ANAL_BLOCKL_MAX];
nsx_core.h
96
int16_t dataBufHBFX[
NUM_HIGH_BANDS_MAX
][ANAL_BLOCKL_MAX];
ns_core.c
112
sizeof(float) *
NUM_HIGH_BANDS_MAX
* ANAL_BLOCKL_MAX);
[
all
...]
nsx_core.c
677
NUM_HIGH_BANDS_MAX
* ANAL_BLOCKL_MAX);
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h
62
RingBuffer* nearFrBufH[
NUM_HIGH_BANDS_MAX
];
63
RingBuffer* outFrBufH[
NUM_HIGH_BANDS_MAX
];
68
float dBufH[
NUM_HIGH_BANDS_MAX
][PART_LEN2]; // nearend
aec_core.h
26
#define
NUM_HIGH_BANDS_MAX
2 // Max number of high bands
aec_core.c
[
all
...]
Completed in 130 milliseconds