HomeSort by relevance Sort by last modified time
    Searched defs:macroblockd (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 82 // MACROBLOCKD::block_ref[idx] is an altref
145 typedef struct macroblockd { struct
196 } 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
    [all...]
  /external/libvpx/libvpx/vp8/common/
blockd.h 202 typedef struct macroblockd { struct
293 } MACROBLOCKD;
295 extern void vp8_build_block_doffsets(MACROBLOCKD *x);
296 extern void vp8_setup_block_dptrs(MACROBLOCKD *x);

Completed in 183 milliseconds