Searched defs:macroblockd_plane (Results 1 – 1 of 1) sorted by relevance
121 struct macroblockd_plane { struct122 tran_low_t *dqcoeff;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