Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c71 int16_t corr16[3]; in WebRtcIlbcfix_EnhancerInterface() local
152 corr16[i] = (int16_t)WEBRTC_SPL_SHIFT_W32(corrmax[i], corrSh); in WebRtcIlbcfix_EnhancerInterface()
153 corr16[i] = (int16_t)((corr16[i] * corr16[i]) >> 16); in WebRtcIlbcfix_EnhancerInterface()
163 if (corr16[ind] * en16[i] < (corr16[i] * en16[ind]) >> sh) { in WebRtcIlbcfix_EnhancerInterface()
168 if ((corr16[ind] * en16[i]) >> sh < corr16[i] * en16[ind]) { in WebRtcIlbcfix_EnhancerInterface()
/external/speex/libspeex/
Dltp_bfin.h214 VARDECL(spx_word16_t *corr16); in open_loop_nbest_pitch()
216 ALLOC(corr16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
219 normalize16(corr, corr16, 180, end-start+1); in open_loop_nbest_pitch()
247 : "a" (corr16), "a" (ener16), "a" (end+1-start), "d" (start) in open_loop_nbest_pitch()
258 spx_word16_t tmp = MULT16_16_16(corr16[i-start],corr16[i-start]); in open_loop_nbest_pitch()
Dltp.c183 VARDECL(spx_word16_t *corr16); in open_loop_nbest_pitch()
188 ALLOC(corr16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
195 spx_word16_t *corr16; in open_loop_nbest_pitch() local
199 corr16 = corr; in open_loop_nbest_pitch()
249 cshift = normalize16(corr, corr16, 180, end-start+1); in open_loop_nbest_pitch()
263 spx_word16_t tmp = MULT16_16_16(corr16[i-start],corr16[i-start]); in open_loop_nbest_pitch()
298 …g = DIV32(SHL32(EXTEND32(corr16[i-start]),cshift), 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(SHL32(… in open_loop_nbest_pitch()