Searched defs:macroblockd (Results 1 – 2 of 2) sorted by relevance
197 typedef struct macroblockd { struct209 BLOCKD block[25];210 int fullpixel_mask;212 YV12_BUFFER_CONFIG pre; /* Filtered copy of previous frame reconstruction */213 YV12_BUFFER_CONFIG dst;215 MODE_INFO *mode_info_context;216 int mode_info_stride;218 FRAME_TYPE frame_type;220 int up_available;221 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 …]