Searched defs:macroblockd (Results 1 – 3 of 3) sorted by relevance
209 typedef struct macroblockd { struct221 BLOCKD block[25];222 int fullpixel_mask;224 YV12_BUFFER_CONFIG pre; /* Filtered copy of previous frame reconstruction */225 YV12_BUFFER_CONFIG dst;227 MODE_INFO *mode_info_context;228 int mode_info_stride;230 FRAME_TYPE frame_type;232 int up_available;233 int left_available;[all …]
155 typedef struct macroblockd { struct156 struct macroblockd_plane plane[MAX_MB_PLANE]; argument157 uint8_t bmode_blocks_wl;158 uint8_t bmode_blocks_hl;160 FRAME_COUNTS *counts;161 TileInfo tile;163 int mi_stride;168 MODE_INFO **mi;169 MODE_INFO *left_mi;170 MODE_INFO *above_mi;[all …]
570 typedef struct macroblockd { struct575 int mi_row; /*!< Row position in mi units. */576 int mi_col; /*!< Column position in mi units. */582 int mi_stride;606 struct macroblockd_plane plane[MAX_MB_PLANE]; argument611 TileInfo tile;617 MB_MODE_INFO **mi;622 bool up_available;626 bool left_available;630 bool chroma_up_available;[all …]