motion_params Struct Reference

definition of motion parameters More...

#include <mbuffer.h>


Data Fields

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


Detailed Description

definition of motion parameters

Definition at line 110 of file mbuffer.h.


Field Documentation

short**** mv

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

Definition at line 113 of file mbuffer.h.

Referenced by alloc_motion_params(), compute_colocated(), compute_colocated_JV(), free_motion_params(), and Get_Direct_MV_Temporal().

char*** ref_idx

reference picture [list][subblock_y][subblock_x]

Definition at line 114 of file mbuffer.h.

Referenced by alloc_motion_params(), compute_colocated(), compute_colocated_JV(), free_motion_params(), and Get_Direct_MV_Temporal().

int64*** ref_pic_id

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

Definition at line 112 of file mbuffer.h.

Referenced by alloc_motion_params(), compute_colocated(), compute_colocated_JV(), free_motion_params(), and Get_Direct_MV_Temporal().


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

Documentation generated with DoxyGen