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 83 // MACROBLOCKD::block_ref[idx] is an altref
148 typedef struct macroblockd { struct
201 } MACROBLOCKD;
215 const MACROBLOCKD *xd) {
225 const MACROBLOCKD *xd, int ib) {
234 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
250 static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) {
277 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
280 void vp9_foreach_transformed_block(const MACROBLOCKD *const xd,
285 void vp9_set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd
    [all...]
  /external/libvpx/libvpx/vp8/common/
blockd.h 209 typedef struct macroblockd { struct
302 } MACROBLOCKD;
304 extern void vp8_build_block_doffsets(MACROBLOCKD *x);
305 extern void vp8_setup_block_dptrs(MACROBLOCKD *x);

Completed in 77 milliseconds