Searched defs:macroblockd (Results 1 – 2 of 2) sorted by relevance
215 typedef struct macroblockd struct228 BLOCKD block[25];229 int fullpixel_mask;231 YV12_BUFFER_CONFIG pre; /* Filtered copy of previous frame reconstruction */232 YV12_BUFFER_CONFIG dst;234 MODE_INFO *mode_info_context;235 int mode_info_stride;237 FRAME_TYPE frame_type;239 int up_available;240 int left_available;[all …]
150 typedef struct macroblockd { struct151 struct macroblockd_plane plane[MAX_MB_PLANE]; argument152 uint8_t bmode_blocks_wl;153 uint8_t bmode_blocks_hl;155 FRAME_COUNTS *counts;156 TileInfo tile;158 int mi_stride;160 MODE_INFO **mi;161 MODE_INFO *left_mi;162 MODE_INFO *above_mi;[all …]