TUT HEVC Encoder
|
Struct which contains all picture data.
#include <videoframe.h>
Data Fields | |
kvz_picture * | source |
Source image. More... | |
kvz_picture * | rec |
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_t * | cu_array |
Info for each CU at each depth. More... | |
struct sao_info_t * | sao_luma |
Array of sao parameters for every LCU. More... | |
struct sao_info_t * | sao_chroma |
Array of sao parameters for every LCU. More... | |
int32_t | poc |
Picture order count. More... | |
cu_array_t* videoframe::cu_array |
int32_t videoframe::height |
int32_t videoframe::height_in_lcu |
int32_t videoframe::poc |
kvz_picture* videoframe::rec |
struct sao_info_t* videoframe::sao_chroma |
struct sao_info_t* videoframe::sao_luma |
kvz_picture* videoframe::source |
int32_t videoframe::width |
int32_t videoframe::width_in_lcu |