Searched defs:macroblockd_plane (Results 1 – 1 of 1) sorted by relevance
120 struct macroblockd_plane { struct121 tran_low_t *dqcoeff;122 PLANE_TYPE plane_type;123 int subsampling_x;124 int subsampling_y;125 struct buf_2d dst;126 struct buf_2d pre[2];127 ENTROPY_CONTEXT *above_context;151 struct macroblockd_plane plane[MAX_MB_PLANE]; argument