OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECOVERY_OVERLAP
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
170
#define
RECOVERY_OVERLAP
80
decode.c
135
WebRtcSpl_GetHanningWindow( overlapWin,
RECOVERY_OVERLAP
);
136
for( k = 0; k <
RECOVERY_OVERLAP
; k++ )
138
(int16_t)WEBRTC_SPL_MUL_16_16_RSFT( (ISACdec_obj->plcstr_obj).overlapLP[k], overlapWin[
RECOVERY_OVERLAP
- k - 1], 14),
initialize.c
156
WebRtcSpl_ZerosArrayW16(State->overlapLP,
RECOVERY_OVERLAP
);
structs.h
175
int16_t overlapLP[
RECOVERY_OVERLAP
]; // [FRAMESAMPLES/2]; saved 160
decode_plc.c
769
for( i = 0; i <
RECOVERY_OVERLAP
; i++ )
Completed in 152 milliseconds