TUT HEVC Encoder
Loading...
Searching...
No Matches
lcu_stats_t Struct Reference

#include <encoderstate.h>

Collaboration diagram for lcu_stats_t:

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
 

Field Documentation

◆ adjust_lambda

double lcu_stats_t::adjust_lambda

◆ adjust_qp

int8_t lcu_stats_t::adjust_qp

◆ bits

uint32_t lcu_stats_t::bits

◆ distortion

double lcu_stats_t::distortion

◆ i_cost

int lcu_stats_t::i_cost

◆ lambda

double lcu_stats_t::lambda

◆ original_weight

double lcu_stats_t::original_weight

◆ pixels

uint32_t lcu_stats_t::pixels

◆ qp

int8_t lcu_stats_t::qp

◆ rc_alpha

double lcu_stats_t::rc_alpha

◆ rc_beta

double lcu_stats_t::rc_beta

◆ skipped

uint8_t lcu_stats_t::skipped

◆ weight

double lcu_stats_t::weight

The documentation for this struct was generated from the following file: