Doxygen Source Code Documentation
rate.h File Reference
Go to the source code of this file.
Defines | |
| #define | VARIABLE_RATE 0 |
| #define | FIXED_RATE 1 |
Functions | |
| int initRateControl | _ANSI_ARGS_ ((void)) |
| void targetRateControl | _ANSI_ARGS_ ((MpegFrame *frame)) |
| void MB_RateOut | _ANSI_ARGS_ ((int type)) |
| int needQScaleChange | _ANSI_ARGS_ ((int oldQScale, Block blk0, Block blk1, Block blk2, Block blk3)) |
| void incNumBlocks | _ANSI_ARGS_ ((int num)) |
| void SetRateControl | _ANSI_ARGS_ ((char *charPtr)) |
Variables | |
| int | rc_bitsThisMB |
| int | rc_numBlocks |
| int | rc_totalQuant |
| int | rc_quantOverride |
Define Documentation
|
|
|
|
|
Definition at line 21 of file rate.h. Referenced by initRateControl(). |
Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Variable Documentation
|
|
Definition at line 30 of file rate.h. Referenced by initRateControl(). |
|
|
Definition at line 31 of file rate.h. Referenced by initRateControl(). |
|
|
|
|
|
Definition at line 32 of file rate.h. Referenced by initRateControl(). |