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/webrtc/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];
545
memcpy(self->
over_hang_max_1
, kOverHangMax1Q,
546
sizeof(self->
over_hang_max_1
));
556
memcpy(self->
over_hang_max_1
, kOverHangMax1LBR,
557
sizeof(self->
over_hang_max_1
));
567
memcpy(self->
over_hang_max_1
, kOverHangMax1AGG,
568
sizeof(self->
over_hang_max_1
));
578
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 79 milliseconds