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 …]
149 typedef struct macroblockd { struct150 struct macroblockd_plane plane[MAX_MB_PLANE]; argument151 uint8_t bmode_blocks_wl;152 uint8_t bmode_blocks_hl;154 FRAME_COUNTS *counts;155 TileInfo tile;157 int mi_stride;162 MODE_INFO **mi;163 MODE_INFO *left_mi;164 MODE_INFO *above_mi;[all …]
480 typedef struct macroblockd { struct504 struct macroblockd_plane plane[MAX_MB_PLANE]; argument506 TileInfo tile;510 MB_MODE_INFO **mi;513 bool up_available;515 bool left_available;517 bool chroma_up_available;519 bool chroma_left_available;523 MB_MODE_INFO *left_mbmi;526 MB_MODE_INFO *above_mbmi;[all …]