OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wd2
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c
70
int
wd2
;
local
86
wd2
= (s->band[band].sg[0] == s->band[band].sg[1]) ? -wd1 : wd1;
87
if (
wd2
> 32767)
88
wd2
= 32767;
90
wd3 += (
wd2
>> 7);
102
wd2
= (s->band[band].a[1]*32640) >> 15;
104
s->band[band].ap[1] = saturate(wd1 +
wd2
);
117
wd2
= (s->band[band].sg[i] == s->band[band].sg[0]) ? wd1 : -wd1;
119
s->band[band].bp[i] = saturate(
wd2
+ wd3);
139
wd2
= saturate(s->band[band].r[2] + s->band[band].r[2])
254
int
wd2
;
local
[
all
...]
g722_encode.c
68
int
wd2
;
local
84
wd2
= (s->band[band].sg[0] == s->band[band].sg[1]) ? -wd1 : wd1;
85
if (
wd2
> 32767)
86
wd2
= 32767;
87
wd3 = (
wd2
>> 7) + ((s->band[band].sg[0] == s->band[band].sg[2]) ? 128 : -128);
99
wd2
= (s->band[band].a[1]*32640) >> 15;
101
s->band[band].ap[1] = saturate(wd1 +
wd2
);
114
wd2
= (s->band[band].sg[i] == s->band[band].sg[0]) ? wd1 : -wd1;
116
s->band[band].bp[i] = saturate(
wd2
+ wd3);
136
wd2
= saturate(s->band[band].r[2] + s->band[band].r[2])
271
int
wd2
;
local
[
all
...]
/external/bison/build-aux/
texinfo.tex
[
all
...]
/external/libmicrohttpd/doc/
texinfo.tex
[
all
...]
/toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex
[
all
...]
/external/e2fsprogs/doc/
texinfo.tex
[
all
...]
/external/e2fsprogs/lib/et/
texinfo.tex
[
all
...]
/external/netperf/doc/
texinfo.tex
[
all
...]
/ndk/sources/host-tools/make-3.81/config/
texinfo.tex
[
all
...]
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar
Completed in 124 milliseconds