OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:corr16
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
ltp_bfin.h
214
VARDECL(spx_word16_t *
corr16
);
216
ALLOC(
corr16
, end-start+1, spx_word16_t);
219
normalize16(corr,
corr16
, 180, end-start+1);
226
" I0 = %1;\n\t" /* I0:
corr16
[] */
247
: "a" (
corr16
), "a" (ener16), "a" (end+1-start), "d" (start)
258
spx_word16_t tmp = MULT16_16_16(
corr16
[i-start],
corr16
[i-start]);
ltp.c
181
/* In fixed-point, we need only one (temporary) array of 32-bit values and two (
corr16
, ener16)
183
VARDECL(spx_word16_t *
corr16
);
188
ALLOC(
corr16
, end-start+1, spx_word16_t);
195
spx_word16_t *
corr16
;
local
199
corr16
= corr;
249
cshift = normalize16(corr,
corr16
, 180, end-start+1);
263
spx_word16_t tmp = MULT16_16_16(
corr16
[i-start],
corr16
[i-start]);
298
g = DIV32(SHL32(EXTEND32(
corr16
[i-start]),cshift), 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(SHL32(EXTEND32(ener16[i-start]),eshift))),6));
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enhancer_interface.c
71
int16_t
corr16
[3];
local
152
corr16
[i] = (int16_t)WEBRTC_SPL_SHIFT_W32(corrmax[i], corrSh);
153
corr16
[i] = (int16_t)((
corr16
[i] *
corr16
[i]) >> 16);
163
if (
corr16
[ind] * en16[i] < (
corr16
[i] * en16[ind]) >> sh) {
168
if ((
corr16
[ind] * en16[i]) >> sh <
corr16
[i] * en16[ind]) {
Completed in 1364 milliseconds