Home
last modified time | relevance | path

Searched defs:macroblock_plane (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h27 struct macroblock_plane { struct
29 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