OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xout2
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
lsp.c
409
spx_word32_t xout1,
xout2
,xin;
local
479
xout1 =
xout2
= 0;
506
a = PSHR32(xp[m][j+2] + xout1 + xq[m][j+2] -
xout2
, shift);
508
xout2
= xq[m][j+2];
530
float xout1,
xout2
,xin1,xin2;
local
567
xout2
= xin2 - 2.f*x_freq[i2+1] * *n3 + *n4;
573
xin2 =
xout2
;
576
xout2
= xin2 - *(n4+2);
578
ak[j-1] = (xout1 +
xout2
)*0.5f;
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c
252
int
xout2
;
local
387
xout2
= 0;
390
xout2
+= s->x[2*i]*qmf_coeffs[i];
397
amp[outlen++] = saturate(
xout2
>> 11);
Completed in 187 milliseconds