OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcIlbcfix_kLpcWin
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
constants.c
42
const int16_t
WebRtcIlbcfix_kLpcWin
[BLOCKL_MAX] = {
constants.h
38
extern const int16_t
WebRtcIlbcfix_kLpcWin
[];
simple_lpc_analysis.c
56
/* Hanning table
WebRtcIlbcfix_kLpcWin
[] is in Q15-domain so the output is right-shifted 15 */
57
WebRtcSpl_ElementwiseVectorMult(windowedData, iLBCenc_inst->lpc_buffer,
WebRtcIlbcfix_kLpcWin
, BLOCKL_MAX, 15);
Completed in 634 milliseconds