Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h118 struct macroblockd_plane { struct
119 tran_low_t *dqcoeff;
120 int subsampling_x;
121 int subsampling_y;
122 struct buf_2d dst;
123 struct buf_2d pre[2];
124 ENTROPY_CONTEXT *above_context;
125 ENTROPY_CONTEXT *left_context;
126 int16_t seg_dequant[MAX_SEGMENTS][2];
150 struct macroblockd_plane plane[MAX_MB_PLANE]; argument
/external/libaom/libaom/av1/common/
Dblockd.h392 typedef struct macroblockd_plane { struct
393 tran_low_t *dqcoeff;
394 tran_low_t *dqcoeff_block;
395 eob_info *eob_data;
396 PLANE_TYPE plane_type;
397 int subsampling_x;
398 int subsampling_y;
399 struct buf_2d dst;
400 struct buf_2d pre[2];
401 ENTROPY_CONTEXT *above_entropy_context;
[all …]