OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wd1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c
69
int
wd1
;
local
84
wd1
= saturate(s->band[band].a[1] << 2);
86
wd2 = (s->band[band].sg[0] == s->band[band].sg[1]) ? -
wd1
:
wd1
;
101
wd1
= (s->band[band].sg[0] == s->band[band].sg[1]) ? 192 : -192;
104
s->band[band].ap[1] = saturate(
wd1
+ wd2);
112
wd1
= (d == 0) ? 0 : 128;
117
wd2 = (s->band[band].sg[i] == s->band[band].sg[0]) ?
wd1
: -
wd1
;
137
wd1
= saturate(s->band[band].r[1] + s->band[band].r[1])
258
int
wd1
;
local
[
all
...]
g722_encode.c
67
int
wd1
;
local
82
wd1
= saturate(s->band[band].a[1] << 2);
84
wd2 = (s->band[band].sg[0] == s->band[band].sg[1]) ? -
wd1
:
wd1
;
98
wd1
= (s->band[band].sg[0] == s->band[band].sg[1]) ? 192 : -192;
101
s->band[band].ap[1] = saturate(
wd1
+ wd2);
109
wd1
= (d == 0) ? 0 : 128;
114
wd2 = (s->band[band].sg[i] == s->band[band].sg[0]) ?
wd1
: -
wd1
;
134
wd1
= saturate(s->band[band].r[1] + s->band[band].r[1])
269
int
wd1
;
local
[
all
...]
Completed in 853 milliseconds