FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
H264Picture Struct Reference

#include <h264dec.h>

Data Fields

AVFramef
 
ThreadFrame tf
 
AVBufferRefqscale_table_buf
 
int8_t * qscale_table
 
AVBufferRefmotion_val_buf [2]
 
int16_t(*[2] motion_val )[2]
 
AVBufferRefmb_type_buf
 
uint32_t * mb_type
 
AVBufferRefhwaccel_priv_buf
 
voidhwaccel_picture_private
 hardware accelerator private data More...
 
AVBufferRefref_index_buf [2]
 
int8_t * ref_index [2]
 
int field_poc [2]
 top/bottom POC More...
 
int poc
 frame POC More...
 
int frame_num
 frame_num (raw frame_num from slice header) More...
 
int mmco_reset
 MMCO_RESET set this 1. More...
 
int pic_id
 pic_num (short -> no wrap version of pic_num, pic_num & max_pic_num; long -> long_pic_num) More...
 
int long_ref
 1->long term reference 0->short term reference More...
 
int ref_poc [2][2][32]
 POCs of the frames/fields used as reference (FIXME need per slice) More...
 
int ref_count [2][2]
 number of entries in ref_poc (FIXME need per slice) More...
 
int mbaff
 1 -> MBAFF frame 0-> not MBAFF More...
 
int field_picture
 whether or not picture was encoded in separate fields More...
 
int reference
 
int recovered
 picture at IDR or recovery point + recovery count More...
 
int invalid_gap
 
int sei_recovery_frame_cnt
 

Detailed Description

Definition at line 128 of file h264dec.h.

Field Documentation

AVFrame* H264Picture::f
ThreadFrame H264Picture::tf
AVBufferRef* H264Picture::qscale_table_buf

Definition at line 132 of file h264dec.h.

Referenced by alloc_picture(), ff_h264_ref_picture(), and ff_h264_unref_picture().

int8_t* H264Picture::qscale_table
AVBufferRef* H264Picture::motion_val_buf[2]

Definition at line 135 of file h264dec.h.

Referenced by alloc_picture(), ff_h264_ref_picture(), and ff_h264_unref_picture().

int16_t(*[2] H264Picture::motion_val)[2]
AVBufferRef* H264Picture::mb_type_buf

Definition at line 138 of file h264dec.h.

Referenced by alloc_picture(), ff_h264_ref_picture(), and ff_h264_unref_picture().

uint32_t* H264Picture::mb_type
AVBufferRef* H264Picture::hwaccel_priv_buf

Definition at line 141 of file h264dec.h.

Referenced by alloc_picture(), ff_h264_ref_picture(), and ff_h264_unref_picture().

void* H264Picture::hwaccel_picture_private
AVBufferRef* H264Picture::ref_index_buf[2]

Definition at line 144 of file h264dec.h.

Referenced by alloc_picture(), ff_h264_ref_picture(), and ff_h264_unref_picture().

int8_t* H264Picture::ref_index[2]
int H264Picture::field_poc[2]
int H264Picture::poc
int H264Picture::frame_num
int H264Picture::mmco_reset

MMCO_RESET set this 1.

Reordering code must not mix pictures before and after MMCO_RESET.

Definition at line 150 of file h264dec.h.

Referenced by ff_h264_execute_ref_pic_marking(), ff_h264_ref_picture(), h264_frame_start(), h264_select_output_frame(), and send_next_delayed_frame().

int H264Picture::pic_id

pic_num (short -> no wrap version of pic_num, pic_num & max_pic_num; long -> long_pic_num)

Definition at line 152 of file h264dec.h.

Referenced by build_def_list(), ff_h264_build_ref_list(), fill_picture_parameters(), fill_vaapi_pic(), ref_from_h264pic(), vdpau_h264_set_reference_frames(), and vdpau_h264_set_rf().

int H264Picture::long_ref
int H264Picture::ref_poc[2][2][32]

POCs of the frames/fields used as reference (FIXME need per slice)

Definition at line 155 of file h264dec.h.

Referenced by ff_h264_direct_ref_list_init(), ff_h264_ref_picture(), and fill_colmap().

int H264Picture::ref_count[2][2]

number of entries in ref_poc (FIXME need per slice)

Definition at line 156 of file h264dec.h.

Referenced by ff_h264_direct_ref_list_init(), ff_h264_ref_picture(), and fill_colmap().

int H264Picture::mbaff

1 -> MBAFF frame 0-> not MBAFF

Definition at line 157 of file h264dec.h.

Referenced by ff_h264_direct_ref_list_init(), ff_h264_ref_picture(), fill_colmap(), and pred_temp_direct_motion().

int H264Picture::field_picture

whether or not picture was encoded in separate fields

Definition at line 158 of file h264dec.h.

Referenced by await_reference_mb_row(), await_references(), ff_h264_ref_picture(), ff_h264_set_erpic(), h264_field_start(), and h264_frame_start().

int H264Picture::reference
int H264Picture::recovered

picture at IDR or recovery point + recovery count

Definition at line 161 of file h264dec.h.

Referenced by ff_h264_execute_ref_pic_marking(), ff_h264_ref_picture(), finalize_frame(), h264_field_start(), h264_frame_start(), and h264_select_output_frame().

int H264Picture::invalid_gap

Definition at line 162 of file h264dec.h.

Referenced by ff_h264_ref_picture(), h264_field_start(), and h264_frame_start().

int H264Picture::sei_recovery_frame_cnt

Definition at line 163 of file h264dec.h.

Referenced by ff_h264_ref_picture(), h264_frame_start(), and output_frame().


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