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/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
intialize.c
162
State->
whitened_buf
[k] = 0.0;
structs.h
136
double
whitened_buf
[QLOOKAHEAD];
member in struct:__anon27761
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 46 milliseconds