pic_motion_params Struct Reference

definition of pic motion parameters More...

#include <mbuffer.h>


Data Fields

int64 *** ref_pic_id
int64 *** ref_id
short **** mv
char *** ref_idx
bytemb_field
byte ** field_frame


Detailed Description

definition of pic motion parameters

Definition at line 29 of file mbuffer.h.


Field Documentation

indicates if co_located is field or frame.

Definition at line 36 of file mbuffer.h.

Referenced by compute_colocated(), compute_colocated_JV(), dpb_combine_field(), dpb_split_field(), and gen_field_ref_ids().

short**** mv

int64*** ref_id

reference picture identifier [list][subblock_y][subblock_x]

Definition at line 32 of file mbuffer.h.

Referenced by compute_colocated(), compute_colocated_JV(), dpb_combine_field(), dpb_split_field(), and gen_field_ref_ids().

char*** ref_idx

int64*** ref_pic_id

reference picture identifier [list][subblock_y][subblock_x]

Definition at line 31 of file mbuffer.h.

Referenced by decode_one_component_b_slice(), GetStrengthMBAff(), GetStrengthNormal(), init_macroblock(), read_motion_info_from_NAL_b_slice(), and read_motion_info_from_NAL_p_slice().


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

Documentation generated with DoxyGen