Libav
Data Fields
H264Picture Struct Reference

#include <h264.h>

Data Fields

struct AVFrame f
 
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 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 needs_realloc
 picture needs to be reallocated (eg due to a frame size change) More...
 
int reference
 
int recovered
 picture at IDR or recovery point + recovery count More...
 

Detailed Description

Definition at line 263 of file h264.h.

Field Documentation

§ f

struct AVFrame H264Picture::f

§ tf

ThreadFrame H264Picture::tf

§ qscale_table_buf

AVBufferRef* H264Picture::qscale_table_buf

Definition at line 267 of file h264.h.

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

§ qscale_table

int8_t* H264Picture::qscale_table

§ motion_val_buf

AVBufferRef* H264Picture::motion_val_buf[2]

§ motion_val

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

§ mb_type_buf

AVBufferRef* H264Picture::mb_type_buf

§ mb_type

uint32_t* H264Picture::mb_type

§ hwaccel_priv_buf

AVBufferRef* H264Picture::hwaccel_priv_buf

Definition at line 276 of file h264.h.

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

§ hwaccel_picture_private

void* H264Picture::hwaccel_picture_private

§ ref_index_buf

AVBufferRef* H264Picture::ref_index_buf[2]

§ ref_index

int8_t* H264Picture::ref_index[2]

§ field_poc

int H264Picture::field_poc[2]

§ poc

int H264Picture::poc

§ frame_num

int H264Picture::frame_num

§ mmco_reset

int H264Picture::mmco_reset

MMCO_RESET set this 1.

Reordering code must not mix pictures before and after MMCO_RESET.

Definition at line 285 of file h264.h.

Referenced by decode_postinit(), ff_h264_execute_ref_pic_marking(), ff_h264_ref_picture(), h264_decode_frame(), and h264_frame_start().

§ pic_id

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 287 of file h264.h.

Referenced by build_def_list(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_fill_default_ref_list(), ff_h264_ref_picture(), fill_picture_parameters(), fill_vaapi_pic(), split_field_copy(), vdpau_h264_set_reference_frames(), and vdpau_h264_set_rf().

§ long_ref

int H264Picture::long_ref

§ ref_poc

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

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

Definition at line 290 of file h264.h.

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

§ ref_count

int H264Picture::ref_count[2][2]

number of entries in ref_poc (FIXME need per slice)

Definition at line 291 of file h264.h.

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

§ mbaff

int H264Picture::mbaff

1 -> MBAFF frame 0-> not MBAFF

Definition at line 292 of file h264.h.

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

§ field_picture

int H264Picture::field_picture

whether or not picture was encoded in separate fields

Definition at line 293 of file h264.h.

Referenced by await_reference_mb_row(), await_references(), ff_h264_decode_slice_header(), ff_h264_ref_picture(), and h264_frame_start().

§ needs_realloc

int H264Picture::needs_realloc

picture needs to be reallocated (eg due to a frame size change)

Definition at line 295 of file h264.h.

Referenced by ff_h264_free_tables(), ff_h264_ref_picture(), find_unused_picture(), and pic_is_unused().

§ reference

int H264Picture::reference

§ recovered

int H264Picture::recovered

picture at IDR or recovery point + recovery count

Definition at line 297 of file h264.h.

Referenced by decode_nal_units(), decode_postinit(), ff_h264_ref_picture(), h264_decode_frame(), and h264_frame_start().


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