Searched defs:MACROBLOCKD (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h82 // MACROBLOCKD::block_ref[idx] is an altref
196 } MACROBLOCKD; typedef in typeref:struct:macroblockd
210 const MACROBLOCKD *xd) {
220 const MACROBLOCKD *xd, int ib) {
229 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
245 static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) {
272 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
275 void vp9_foreach_transformed_block(const MACROBLOCKD *const xd,
280 void vp9_set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd,
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h288 } MACROBLOCKD; typedef in typeref:struct:macroblockd
290 extern void vp8_build_block_doffsets(MACROBLOCKD *x);
291 extern void vp8_setup_block_dptrs(MACROBLOCKD *x);

Completed in 133 milliseconds