Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h120 struct macroblockd_plane { struct
121 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