OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OLD_AVG
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
net.h
53
#define
OLD_AVG
0.99 // total = oldtotal*
OLD_AVG
+ new*(1-
OLD_AVG
)
net_chan.c
442
chan->frame_latency = chan->frame_latency*
OLD_AVG
443
+ (chan->outgoing_sequence-sequence_ack)*(1.0-
OLD_AVG
);
444
chan->frame_rate = chan->frame_rate*
OLD_AVG
445
+ (realtime-chan->last_received)*(1.0-
OLD_AVG
);
Completed in 19 milliseconds