Home
last modified time | relevance | path

Searched defs:macroblockd_plane (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_blockd.h124 struct macroblockd_plane { struct
125 tran_low_t *dqcoeff;
126 int subsampling_x;
127 int subsampling_y;
128 struct buf_2d dst;
129 struct buf_2d pre[2];
130 ENTROPY_CONTEXT *above_context;
131 ENTROPY_CONTEXT *left_context;
132 int16_t seg_dequant[MAX_SEGMENTS][2];
156 struct macroblockd_plane plane[MAX_MB_PLANE]; argument
/aosp_15_r20/external/libaom/av1/common/
H A Dblockd.h464 typedef struct macroblockd_plane { struct
465 PLANE_TYPE plane_type;
466 int subsampling_x;
467 int subsampling_y;
468 struct buf_2d dst;
469 struct buf_2d pre[2];
470 ENTROPY_CONTEXT *above_entropy_context;
471 ENTROPY_CONTEXT *left_entropy_context;
476 int16_t seg_dequant_QTX[MAX_SEGMENTS][2];
480 uint8_t *color_index_map;
[all …]