Searched defs:macroblockd (Results 1 – 2 of 2) sorted by relevance
202 typedef struct macroblockd { struct214 BLOCKD block[25];215 int fullpixel_mask;217 YV12_BUFFER_CONFIG pre; /* Filtered copy of previous frame reconstruction */218 YV12_BUFFER_CONFIG dst;220 MODE_INFO *mode_info_context;221 int mode_info_stride;223 FRAME_TYPE frame_type;225 int up_available;226 int left_available;[all …]
145 typedef struct macroblockd { struct146 struct macroblockd_plane plane[MAX_MB_PLANE]; argument147 uint8_t bmode_blocks_wl;148 uint8_t bmode_blocks_hl;150 FRAME_COUNTS *counts;151 TileInfo tile;153 int mi_stride;158 MODE_INFO **mi;159 MODE_INFO *left_mi;160 MODE_INFO *above_mi;[all …]