OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_RESAMPLER_STATE
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h
171
#define
SIZE_RESAMPLER_STATE
6
structs.h
479
int16_t state_in_resampler[
SIZE_RESAMPLER_STATE
];
isac.c
533
int32_t buffer32[FRAMESAMPLES_10ms * 3 +
SIZE_RESAMPLER_STATE
];
537
for (k = 0; k <
SIZE_RESAMPLER_STATE
; k++) {
540
SIZE_RESAMPLER_STATE
+ k];
543
buffer32[
SIZE_RESAMPLER_STATE
+ k] = speechIn[k];
[
all
...]
Completed in 116 milliseconds