Parent Directory | Revision Log | Patch
revision 63, Sat Mar 23 07:30:01 2002 UTC | revision 64, Sun Mar 24 05:47:48 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 rc_buffersize, int framerate, | void RateControlInit(uint32_t target_rate, uint32_t reaction_delay_factor, int framerate, |
8 | int width, int height, int max_quant, int min_quant); | int max_quant, int min_quant); |
9 | ||
10 | int RateControlGetQ(int keyframe); | int RateControlGetQ(int keyframe); |
11 |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |