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

Other information about an encoded frame.

#include <kvazaar.h>

Collaboration diagram for kvz_frame_info:

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.
 

Field Documentation

◆ nal_unit_type

enum kvz_nal_unit_type kvz_frame_info::nal_unit_type

◆ poc

int32_t kvz_frame_info::poc

◆ qp

int8_t kvz_frame_info::qp

◆ ref_list

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.

◆ ref_list_len

int kvz_frame_info::ref_list_len[2]

◆ slice_type

enum kvz_slice_type kvz_frame_info::slice_type

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