Searched defs:macroblockd (Results 1 – 2 of 2) sorted by relevance
211 typedef struct macroblockd struct224 BLOCKD block[25];225 int fullpixel_mask;227 YV12_BUFFER_CONFIG pre; /* Filtered copy of previous frame reconstruction */228 YV12_BUFFER_CONFIG dst;230 MODE_INFO *mode_info_context;231 int mode_info_stride;233 FRAME_TYPE frame_type;235 int up_available;236 int left_available;[all …]
204 typedef struct macroblockd { struct205 struct macroblockd_plane plane[MAX_MB_PLANE]; argument207 int mi_stride;210 MODE_INFO **mi;212 int up_available;213 int left_available;216 int mb_to_left_edge;217 int mb_to_right_edge;218 int mb_to_top_edge;219 int mb_to_bottom_edge;[all …]