Home
last modified time | relevance | path

Searched defs:macroblockd (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/vp8/common/
H A Dblockd.h209 typedef struct macroblockd { struct
221 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 …]
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_blockd.h155 typedef struct macroblockd { struct
156 struct macroblockd_plane plane[MAX_MB_PLANE]; argument
157 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 …]
/aosp_15_r20/external/libaom/av1/common/
H A Dblockd.h570 typedef struct macroblockd { struct
575 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]; argument
611 TileInfo tile;
617 MB_MODE_INFO **mi;
622 bool up_available;
626 bool left_available;
630 bool chroma_up_available;
[all …]