Searched defs:macroblock_plane (Results 1 – 1 of 1) sorted by relevance
27 struct macroblock_plane { struct29 tran_low_t *qcoeff;30 tran_low_t *coeff;31 uint16_t *eobs;32 struct buf_2d src;57 struct macroblock_plane plane[MAX_MB_PLANE]; argument