Searched defs:macroblockd_plane (Results 1 – 2 of 2) sorted by relevance
124 struct macroblockd_plane { struct125 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
464 typedef struct macroblockd_plane { struct465 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 …]