FFmpeg
Data Fields
SliceInfo Struct Reference

essential slice information More...

#include <rv34.h>

Data Fields

int type
 slice type (intra, inter) More...
 
int quant
 quantizer used for this slice More...
 
int vlc_set
 VLCs used for this slice. More...
 
int start
 
int end
 start and end macroblocks of the slice More...
 
int width
 coded width More...
 
int height
 coded height More...
 
int pts
 frame timestamp More...
 

Detailed Description

essential slice information

Definition at line 75 of file rv34.h.

Field Documentation

◆ type

int SliceInfo::type

slice type (intra, inter)

Definition at line 76 of file rv34.h.

Referenced by ff_rv34_decode_frame(), rv30_parse_slice_header(), and rv40_parse_slice_header().

◆ quant

int SliceInfo::quant

quantizer used for this slice

Definition at line 77 of file rv34.h.

Referenced by rv30_parse_slice_header(), and rv40_parse_slice_header().

◆ vlc_set

int SliceInfo::vlc_set

VLCs used for this slice.

Definition at line 78 of file rv34.h.

Referenced by rv40_parse_slice_header().

◆ start

int SliceInfo::start

Definition at line 79 of file rv34.h.

Referenced by ff_rv34_decode_frame(), rv30_parse_slice_header(), and rv40_parse_slice_header().

◆ end

int SliceInfo::end

start and end macroblocks of the slice

Definition at line 79 of file rv34.h.

◆ width

int SliceInfo::width

coded width

Definition at line 80 of file rv34.h.

Referenced by ff_rv34_decode_frame(), rv30_parse_slice_header(), and rv40_parse_slice_header().

◆ height

int SliceInfo::height

coded height

Definition at line 81 of file rv34.h.

Referenced by ff_rv34_decode_frame(), rv30_parse_slice_header(), and rv40_parse_slice_header().

◆ pts

int SliceInfo::pts

frame timestamp

Definition at line 82 of file rv34.h.

Referenced by ff_rv34_decode_frame(), rv30_parse_slice_header(), and rv40_parse_slice_header().


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