Parent Directory
|
Revision Log
|
Patch
revision 1.2, Sun Mar 24 05:47:23 2002 UTC | revision 1.3, Mon Apr 15 08:04:06 2002 UTC | |
---|---|---|
# | Line 4 | Line 4 |
4 | #include "../encoder.h" | #include "../encoder.h" |
5 | #include "../portab.h" | #include "../portab.h" |
6 | ||
7 | void RateControlInit(uint32_t target_rate, uint32_t reaction_delay_factor, int framerate, | void RateControlInit(uint32_t target_rate, uint32_t reaction_delay_factor, |
8 | int max_quant, int min_quant); | uint32_t averaging_period, uint32_t buffer, |
9 | int framerate, int max_quant, int min_quant); | |
10 | ||
11 | int RateControlGetQ(int keyframe); | int RateControlGetQ(int keyframe); |
12 |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |