Searched defs:macroblockd_plane (Results 1 – 2 of 2) sorted by relevance
117 struct macroblockd_plane { struct118 tran_low_t *dqcoeff;119 int subsampling_x;120 int subsampling_y;121 struct buf_2d dst;122 struct buf_2d pre[2];123 ENTROPY_CONTEXT *above_context;124 ENTROPY_CONTEXT *left_context;125 int16_t seg_dequant[MAX_SEGMENTS][2];149 struct macroblockd_plane plane[MAX_MB_PLANE]; argument
393 typedef struct macroblockd_plane { struct394 tran_low_t *dqcoeff;395 tran_low_t *dqcoeff_block;396 eob_info *eob_data;397 PLANE_TYPE plane_type;398 int subsampling_x;399 int subsampling_y;400 struct buf_2d dst;401 struct buf_2d pre[2];402 ENTROPY_CONTEXT *above_context;[all …]