|
TUT HEVC Encoder
|
#include <encoderstate.h>
Data Fields | |
| uint32_t | bits |
| Number of bits that were spent. | |
| uint32_t | pixels |
| double | weight |
| Weight of the LCU for rate control. | |
| double | original_weight |
| double | lambda |
| Lambda value which was used for this LCU. | |
| double | adjust_lambda |
| double | rc_alpha |
| Rate control alpha parameter. | |
| double | rc_beta |
| Rate control beta parameter. | |
| double | distortion |
| int | i_cost |
| int8_t | qp |
| int8_t | adjust_qp |
| uint8_t | skipped |
| double lcu_stats_t::adjust_lambda |
| int8_t lcu_stats_t::adjust_qp |
| uint32_t lcu_stats_t::bits |
| double lcu_stats_t::distortion |
| int lcu_stats_t::i_cost |
| double lcu_stats_t::lambda |
| double lcu_stats_t::original_weight |
| uint32_t lcu_stats_t::pixels |
| int8_t lcu_stats_t::qp |
| double lcu_stats_t::rc_alpha |
| double lcu_stats_t::rc_beta |
| uint8_t lcu_stats_t::skipped |
| double lcu_stats_t::weight |