TUT HEVC Encoder
Loading...
Searching...
No Matches
Data Fields
videoframe Struct Reference

Struct which contains all picture data.

#include <videoframe.h>

Collaboration diagram for videoframe:

Data Fields

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

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: