TUT HEVC Encoder
Data Fields
videoframe Struct Reference

Struct which contains all picture data.

#include <videoframe.h>

Collaboration diagram for videoframe:

Data Fields

kvz_picturesource
 Source image. More...
 
kvz_picturerec
 Reconstructed image. More...
 
int32_t width
 Luma pixel array width. More...
 
int32_t height
 Luma pixel array height. More...
 
int32_t height_in_lcu
 Picture width in number of LCU's. More...
 
int32_t width_in_lcu
 Picture height in number of LCU's. More...
 
cu_array_tcu_array
 Info for each CU at each depth. More...
 
struct sao_info_tsao_luma
 Array of sao parameters for every LCU. More...
 
struct sao_info_tsao_chroma
 Array of sao parameters for every LCU. More...
 
int32_t poc
 Picture order count. More...
 

Field Documentation

◆ cu_array

cu_array_t* videoframe::cu_array

◆ height

int32_t videoframe::height

◆ height_in_lcu

int32_t videoframe::height_in_lcu

◆ poc

int32_t videoframe::poc

◆ rec

kvz_picture* videoframe::rec

◆ sao_chroma

struct sao_info_t* videoframe::sao_chroma

◆ sao_luma

struct sao_info_t* videoframe::sao_luma

◆ source

kvz_picture* videoframe::source

◆ width

int32_t videoframe::width

◆ width_in_lcu

int32_t videoframe::width_in_lcu

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