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.h116 struct macroblockd_plane { struct
117 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