Searched defs:macroblockd_plane (Results 1 – 1 of 1) sorted by relevance
116 struct macroblockd_plane { struct117 tran_low_t *dqcoeff;118 int subsampling_x;119 int subsampling_y;120 struct buf_2d dst;121 struct buf_2d pre[2];122 ENTROPY_CONTEXT *above_context;146 struct macroblockd_plane plane[MAX_MB_PLANE]; argument