FFmpeg
|
#include <h264.h>
Data Fields | |
uint8_t * | data [3] |
int | linesize [3] |
int | reference |
int | poc |
int | pic_id |
H264Picture * | parent |
uint8_t* H264Ref::data[3] |
Definition at line 335 of file h264.h.
Referenced by ff_h264_field_end(), h264_er_decode_mb(), mc_dir_part(), pic_as_field(), prefetch_motion(), and ref_from_h264pic().
int H264Ref::linesize[3] |
Definition at line 336 of file h264.h.
Referenced by ff_h264_field_end(), pic_as_field(), and ref_from_h264pic().
int H264Ref::reference |
Definition at line 338 of file h264.h.
Referenced by await_reference_mb_row(), await_references(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_decode_slice_header(), ff_h264_direct_ref_list_init(), ff_h264_field_end(), ff_h264_fill_mbaff_ref_list(), fill_colmap(), get_lowest_part_y(), h264_er_decode_mb(), mc_dir_part(), pic_as_field(), pred_spatial_direct_motion(), pred_temp_direct_motion(), and ref_from_h264pic().
int H264Ref::poc |
Definition at line 339 of file h264.h.
Referenced by ff_h264_decode_ref_pic_list_reordering(), ff_h264_direct_dist_scale_factor(), ff_h264_fill_mbaff_ref_list(), get_scale_factor(), implicit_weight_table(), pic_as_field(), and ref_from_h264pic().
int H264Ref::pic_id |
Definition at line 340 of file h264.h.
Referenced by ff_h264_decode_ref_pic_list_reordering(), ff_h264_fill_default_ref_list(), ref_from_h264pic(), and split_field_copy().
H264Picture* H264Ref::parent |
Definition at line 342 of file h264.h.
Referenced by await_reference_mb_row(), await_references(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_decode_slice_header(), ff_h264_direct_dist_scale_factor(), ff_h264_direct_ref_list_init(), ff_h264_field_end(), ff_h264_fill_default_ref_list(), ff_h264_fill_mbaff_ref_list(), fill_colmap(), fill_slice_long(), get_lowest_part_y(), get_scale_factor(), implicit_weight_table(), pic_as_field(), pred_spatial_direct_motion(), pred_temp_direct_motion(), and ref_from_h264pic().