#include <mbuffer.h>
Data Fields | |
int64 *** | ref_pic_id |
int64 *** | ref_id |
short **** | mv |
char *** | ref_idx |
byte * | mb_field |
byte ** | field_frame |
Definition at line 29 of file mbuffer.h.
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().
field macroblock indicator
Definition at line 35 of file mbuffer.h.
Referenced by dpb_split_field(), get_block_luma(), read_one_macroblock_b_slice(), read_one_macroblock_i_slice(), and read_one_macroblock_p_slice().
short**** mv |
motion vector [list][subblock_x][subblock_y][component]
Definition at line 33 of file mbuffer.h.
Referenced by compute_colocated(), compute_colocated_JV(), copy_to_conceal(), decode_one_component_b_slice(), dpb_combine_field(), dpb_split_field(), ercWriteMBMODEandMV(), GetStrengthMBAff(), GetStrengthNormal(), init_macroblock(), read_motion_info_from_NAL_b_slice(), and readMBMotionVectors().
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 |
reference picture [list][subblock_y][subblock_x]
Definition at line 34 of file mbuffer.h.
Referenced by compute_colocated(), compute_colocated_JV(), copy_to_conceal(), decode_one_component_b_slice(), dpb_combine_field(), dpb_split_field(), ercWriteMBMODEandMV(), gen_field_ref_ids(), GetStrengthMBAff(), GetStrengthNormal(), init_macroblock(), read_motion_info_from_NAL_b_slice(), read_motion_info_from_NAL_p_slice(), readMBMotionVectors(), and readRefFrame_CABAC().
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().