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 …]
148 typedef struct macroblockd { struct149 struct macroblockd_plane plane[MAX_MB_PLANE]; argument150 uint8_t bmode_blocks_wl;151 uint8_t bmode_blocks_hl;153 FRAME_COUNTS *counts;154 TileInfo tile;156 int mi_stride;161 MODE_INFO **mi;162 MODE_INFO *left_mi;163 MODE_INFO *above_mi;[all …]
492 typedef struct macroblockd { struct493 struct macroblockd_plane plane[MAX_MB_PLANE]; argument495 TileInfo tile;497 int mi_stride;499 MB_MODE_INFO **mi;500 MB_MODE_INFO *left_mbmi;501 MB_MODE_INFO *above_mbmi;502 MB_MODE_INFO *chroma_left_mbmi;503 MB_MODE_INFO *chroma_above_mbmi;505 int up_available;[all …]