|
TUT HEVC Encoder
|
Initialization of encoder_control_t. More...
#include "global.h"#include "kvazaar.h"#include "scalinglist.h"#include "threadqueue.h"#include "fast_coeff_cost.h"Go to the source code of this file.
Data Structures | |
| struct | encoder_control_t |
Typedefs | |
| typedef struct encoder_control_t | encoder_control_t |
Functions | |
| encoder_control_t * | kvz_encoder_control_init (const kvz_config *cfg) |
| Allocate and initialize an encoder control structure. | |
| void | kvz_encoder_control_free (encoder_control_t *encoder) |
| Free an encoder control structure. | |
| void | kvz_encoder_control_input_init (encoder_control_t *encoder, int32_t width, int32_t height) |
| void kvz_encoder_control_free | ( | encoder_control_t * | encoder | ) |
| encoder_control_t * kvz_encoder_control_init | ( | const kvz_config *const | cfg | ) |
| cfg | encoder configuration |
| void kvz_encoder_control_input_init | ( | encoder_control_t * | encoder, |
| int32_t | width, | ||
| int32_t | height | ||
| ) |