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

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 68 BLOCK_SIZE sb_type; member in struct:MODE_INFO
92 return mi->sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode : mi->mode;
233 assert(mi->sb_type < BLOCK_8X8 ||
234 ss_size_lookup[mi->sb_type][pd->subsampling_x][pd->subsampling_y] !=
236 return uv_txsize_lookup[mi->sb_type][mi->tx_size][pd->subsampling_x]
vp9_loopfilter.c 655 const BLOCK_SIZE block_size = mi->sb_type;
732 const BLOCK_SIZE block_size = mi->sb_type;
1106 const BLOCK_SIZE sb_type = mi[0].sb_type; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 333 if (mi->sb_type < BLOCK_8X8)
524 assert(xd->mi[0]->sb_type != BLOCK_4X8 &&
525 xd->mi[0]->sb_type != BLOCK_8X4);
638 const BLOCK_SIZE sb_type = mi->sb_type; local
660 if (sb_type < BLOCK_8X8) {
727 // TODO(slavarnway): Generate sb_type based on bwl and bhl, instead of
729 xd->mi[0]->sb_type = bsize;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 299 xd->mi[0]->sb_type = bsize;
807 if (xd->mi[0]->sb_type == BLOCK_64X64) {
810 } else if (xd->mi[0]->sb_type == BLOCK_64X32) {
815 } else if (xd->mi[0]->sb_type == BLOCK_32X64) {
831 if ((*this_mi)->sb_type == BLOCK_32X32) {
841 if ((*this_mi)->sb_type == BLOCK_16X16 ||
842 (*this_mi)->sb_type == BLOCK_32X16 ||
843 (*this_mi)->sb_type == BLOCK_16X32) {
2819 BLOCK_SIZE sb_type = mi ? mi->sb_type : 0; local
    [all...]

Completed in 132 milliseconds