Top | ![]() |
![]() |
![]() |
![]() |
#define | SCHRO_LIMIT_WIDTH |
#define | SCHRO_LIMIT_ENCODER_TRANSFORM_DEPTH |
#define | SCHRO_LIMIT_FRAME_QUEUE_LENGTH |
#define | SCHRO_LIMIT_REFERENCE_FRAMES |
#define | SCHRO_LIMIT_TRANSFORM_DEPTH |
#define | SCHRO_LIMIT_BLOCK_SIZE |
#define | SCHRO_LIMIT_METRIC_SCAN |
#define SCHRO_LIMIT_ENCODER_TRANSFORM_DEPTH 6
The maximum transform depth that the encoder can handle. Must be less than SCHRO_LIMIT_TRANSFORM_DEPTH.
#define SCHRO_LIMIT_FRAME_QUEUE_LENGTH 40
The maximum number of pictures being processed by the encoder.
#define SCHRO_LIMIT_REFERENCE_FRAMES 8
The maximum number of active reference frames. In the encoder, the number of active reference frames may be much larger than in the resulting stream.
#define SCHRO_LIMIT_TRANSFORM_DEPTH 6
The maximum transform depth that the decoder can handle.
#define SCHRO_LIMIT_BLOCK_SIZE 64
Maximum block size. Both length and separation must be less than or equal to this limit.