Home
last modified time | relevance | path

Searched refs:BLOCKL_MAX (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsimple_lpc_analysis.c42 int16_t windowedData[BLOCKL_MAX]; in WebRtcIlbcfix_SimpleLpcAnalysis()
45 is=LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl; in WebRtcIlbcfix_SimpleLpcAnalysis()
57 …ementwiseVectorMult(windowedData, iLBCenc_inst->lpc_buffer, WebRtcIlbcfix_kLpcWin, BLOCKL_MAX, 15); in WebRtcIlbcfix_SimpleLpcAnalysis()
61 …seVectorMult(windowedData, iLBCenc_inst->lpc_buffer+is, WebRtcIlbcfix_kLpcAsymWin, BLOCKL_MAX, 15); in WebRtcIlbcfix_SimpleLpcAnalysis()
65 WebRtcSpl_AutoCorrelation(windowedData, BLOCKL_MAX, LPC_FILTERORDER, R, &scale); in WebRtcIlbcfix_SimpleLpcAnalysis()
89 is=LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl; in WebRtcIlbcfix_SimpleLpcAnalysis()
91 iLBCenc_inst->lpc_buffer+LPC_LOOKBACK+BLOCKL_MAX-is, is); in WebRtcIlbcfix_SimpleLpcAnalysis()
Dconstants.c42 const int16_t WebRtcIlbcfix_kLpcWin[BLOCKL_MAX] = {
66 const int16_t WebRtcIlbcfix_kLpcAsymWin[BLOCKL_MAX] = {
Ddefines.h30 #define BLOCKL_MAX 240 macro
153 int16_t lpc_buffer[LPC_LOOKBACK + BLOCKL_MAX];
Ddecode.c53 int16_t decresidual[BLOCKL_MAX]; in WebRtcIlbcfix_DecodeImpl()
54 int16_t PLCresidual[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_DecodeImpl()
Dinit_encode.c58 WebRtcSpl_MemSetW16(iLBCenc_inst->lpc_buffer, 0, LPC_LOOKBACK + BLOCKL_MAX); in WebRtcIlbcfix_InitEncode()
Dinit_decode.c77 WebRtcSpl_MemSetW16(iLBCdec_inst->prevResidual, 0, BLOCKL_MAX); in WebRtcIlbcfix_InitDecode()
Dencode.c65 int16_t dataVec[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_EncodeImpl()
80 residual = &iLBCenc_inst->lpc_buffer[LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl]; in WebRtcIlbcfix_EncodeImpl()
Ddo_plc.c60 int16_t randvec[BLOCKL_MAX]; in WebRtcIlbcfix_DoThePlc()
Denhancer_interface.c68 int16_t downsampled[(BLOCKL_MAX+120)>>1]; /* length 180 */ in WebRtcIlbcfix_EnhancerInterface()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
DiLBC_test.c39 #define BLOCKL_MAX 240 macro
47 int16_t data[BLOCKL_MAX]; in main()
49 int16_t decoded_data[BLOCKL_MAX]; in main()
DiLBC_testprogram.c87 #define MAXFILELEN (BLOCKL_MAX*MAXFRAMES)
/external/webrtc/webrtc/modules/audio_processing/ns/
Ddefines.h14 #define BLOCKL_MAX 160 // max processing block length: 160 macro
Dns_core.c1193 float fout[BLOCKL_MAX]; in WebRtcNs_ProcessCore()