OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:over_hang_max_1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.c
150
overhead1 = self->
over_hang_max_1
[0];
155
overhead1 = self->
over_hang_max_1
[1];
160
overhead1 = self->
over_hang_max_1
[2];
553
memcpy(self->
over_hang_max_1
, kOverHangMax1Q,
554
sizeof(self->
over_hang_max_1
));
564
memcpy(self->
over_hang_max_1
, kOverHangMax1LBR,
565
sizeof(self->
over_hang_max_1
));
575
memcpy(self->
over_hang_max_1
, kOverHangMax1AGG,
576
sizeof(self->
over_hang_max_1
));
586
memcpy(self->
over_hang_max_1
, kOverHangMax1VAG
[
all
...]
vad_core.h
49
int16_t
over_hang_max_1
[3];
member in struct:VadInstT_
Completed in 33 milliseconds