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

#include <kvazaar_internal.h>

Collaboration diagram for kvz_encoder:

Data Fields

const struct encoder_control_tcontrol
 
struct encoder_state_tstates
 
unsigned num_encoder_states
 
unsigned cur_state_num
 Number of the current encoder state.
 
unsigned out_state_num
 Number of the next encoder state to be finished.
 
input_frame_buffer_t input_buffer
 Buffer for input frames.
 
unsigned frames_started
 
unsigned frames_done
 

Field Documentation

◆ control

const struct encoder_control_t* kvz_encoder::control

◆ cur_state_num

unsigned kvz_encoder::cur_state_num

The current state is the one that will be used for encoding the frame that is started next.

◆ frames_done

unsigned kvz_encoder::frames_done

◆ frames_started

unsigned kvz_encoder::frames_started

◆ input_buffer

input_frame_buffer_t kvz_encoder::input_buffer

◆ num_encoder_states

unsigned kvz_encoder::num_encoder_states

◆ out_state_num

unsigned kvz_encoder::out_state_num

◆ states

struct encoder_state_t* kvz_encoder::states

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