motion_params Struct Reference

definition of motion parameters More...

#include <global.h>


Data Fields

int64 *** ref_pic_id
short **** mv
char *** ref_idx
byte ** moving_block


Detailed Description

definition of motion parameters

Definition at line 92 of file global.h.


Field Documentation

short**** mv

motion vector [list][subblock_x][subblock_y][component]

Definition at line 95 of file global.h.

Referenced by alloc_motion_params(), compute_colocated(), compute_colocated_JV(), decode_one_component_b_slice(), free_colocated(), and read_motion_info_from_NAL_b_slice().

char*** ref_idx

reference picture [list][subblock_y][subblock_x]

Definition at line 96 of file global.h.

Referenced by alloc_motion_params(), compute_colocated(), compute_colocated_JV(), decode_one_component_b_slice(), free_colocated(), and read_motion_info_from_NAL_b_slice().

int64*** ref_pic_id

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

Definition at line 94 of file global.h.

Referenced by alloc_motion_params(), compute_colocated(), compute_colocated_JV(), decode_one_component_b_slice(), free_colocated(), and read_motion_info_from_NAL_b_slice().


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

Documentation generated with DoxyGen