Searched refs:WebRtcIlbcfix_kLpcAsymWin (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dconstants.c66 const int16_t WebRtcIlbcfix_kLpcAsymWin[BLOCKL_MAX] = { variable
H A Dconstants.h39 extern const int16_t WebRtcIlbcfix_kLpcAsymWin[];
H A Dsimple_lpc_analysis.c60 /* Hanning table WebRtcIlbcfix_kLpcAsymWin[] is in Q15-domain so the output is right-shifted 15 */
61 WebRtcSpl_ElementwiseVectorMult(windowedData, iLBCenc_inst->lpc_buffer+is, WebRtcIlbcfix_kLpcAsymWin, BLOCKL_MAX, 15);

Completed in 74 milliseconds