Searched defs:macroblockd_plane (Results 1 – 2 of 2) sorted by relevance
118 struct macroblockd_plane { struct119 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
392 typedef struct macroblockd_plane { struct393 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 …]