#include <mbuffer.h>
Data Fields | |
int64 *** | ref_pic_id |
short **** | mv |
char *** | ref_idx |
byte ** | moving_block |
Definition at line 110 of file mbuffer.h.
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().