Home
last modified time | relevance | path

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

/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()