OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whitened_buf
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
intialize.c
166
State->
whitened_buf
[k] = 0.0;
structs.h
135
double
whitened_buf
[QLOOKAHEAD];
member in struct:__anon20393
pitch_estimator.c
492
memcpy(Whitened, State->
whitened_buf
, sizeof(double) * QLOOKAHEAD);
498
memcpy(State->
whitened_buf
, Whitened+PITCH_FRAME_LEN, sizeof(double) * QLOOKAHEAD);
Completed in 2866 milliseconds