TUT HEVC Encoder
|
Other information about an encoded frame.
#include <kvazaar.h>
Data Fields | |
int32_t | poc |
Picture order count. | |
int8_t | qp |
Quantization parameter. | |
enum kvz_nal_unit_type | nal_unit_type |
Type of the NAL VCL unit. | |
enum kvz_slice_type | slice_type |
Type of the slice. | |
int | ref_list [2][16] |
Reference picture lists. | |
int | ref_list_len [2] |
Lengths of the reference picture lists. | |
enum kvz_nal_unit_type kvz_frame_info::nal_unit_type |
int32_t kvz_frame_info::poc |
int8_t kvz_frame_info::qp |
int kvz_frame_info::ref_list[2][16] |
The first list contains the reference picture POCs that are less than the POC of this frame and the second one contains those that are greater.
int kvz_frame_info::ref_list_len[2] |
enum kvz_slice_type kvz_frame_info::slice_type |