Home
last modified time | relevance | path

Searched refs:regressor (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dxcorr_coef.c28 int16_t *regressor, /* (i) second array */ in WebRtcIlbcfix_XcorrCoef() argument
58 max=WebRtcSpl_MaxAbsValueW16(regressor, subl + searchLen - 1); in WebRtcIlbcfix_XcorrCoef()
59 rp_beg = regressor; in WebRtcIlbcfix_XcorrCoef()
60 rp_end = regressor + subl; in WebRtcIlbcfix_XcorrCoef()
62 max = WebRtcSpl_MaxAbsValueW16(regressor - searchLen, subl + searchLen - 1); in WebRtcIlbcfix_XcorrCoef()
63 rp_beg = regressor - 1; in WebRtcIlbcfix_XcorrCoef()
64 rp_end = regressor + subl - 1; in WebRtcIlbcfix_XcorrCoef()
78 Energy=WebRtcSpl_DotProductWithScale(regressor, regressor, subl, shifts); in WebRtcIlbcfix_XcorrCoef()
82 rp = &regressor[pos]; in WebRtcIlbcfix_XcorrCoef()
Denhancer_interface.c57 int16_t *target, *regressor; in WebRtcIlbcfix_EnhancerInterface() local
119 regressor = target - 10; in WebRtcIlbcfix_EnhancerInterface()
122 max16 = WebRtcSpl_MaxAbsValueW16(&regressor[-50], ENH_BLOCKL_HALF + 50 - 1); in WebRtcIlbcfix_EnhancerInterface()
127 WebRtcSpl_CrossCorrelation(corr32, target, regressor, ENH_BLOCKL_HALF, 50, in WebRtcIlbcfix_EnhancerInterface()
148 ener = WebRtcSpl_DotProductWithScale(regressor - lagmax[i], in WebRtcIlbcfix_EnhancerInterface()
149 regressor - lagmax[i], in WebRtcIlbcfix_EnhancerInterface()
201 regressor=in+tlag-1; in WebRtcIlbcfix_EnhancerInterface()
204 max16 = WebRtcSpl_MaxAbsValueW16(regressor, plc_blockl + 3 - 1); in WebRtcIlbcfix_EnhancerInterface()
211 WebRtcSpl_CrossCorrelation(corr32, target, regressor, plc_blockl, 3, shifts, in WebRtcIlbcfix_EnhancerInterface()
Dxcorr_coef.h31 int16_t *regressor, /* (i) second array */