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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dconstants.c42 const int16_t WebRtcIlbcfix_kLpcWin[BLOCKL_MAX] = { variable
H A Dconstants.h38 extern const int16_t WebRtcIlbcfix_kLpcWin[];
H A Dsimple_lpc_analysis.c56 /* 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 261 milliseconds