OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atten
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/tools/resampler_tools/
fir.cpp
88
double
atten
= 1;
local
184
atten
= pow(10, -fabs(atof(optarg))*0.05 );
229
y *=
atten
;
255
y *=
atten
;
/external/quake/quake/src/WinQuake/
cl_parse.cpp
700
int sound_num, vol,
atten
;
local
707
atten
= MSG_ReadByte ();
709
S_StaticSound (cl.sound_precache[sound_num], org, vol,
atten
);
/external/quake/quake/src/QW/client/
cl_parse.c
761
int sound_num, vol,
atten
;
local
768
atten
= MSG_ReadByte ();
770
S_StaticSound (cl.sound_precache[sound_num], org, vol,
atten
);
Completed in 556 milliseconds