Home | History | Annotate | Download | only in encoder

Lines Matching defs:sb_type

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) {
1045 partition = partition_lookup[bsl][mi->sb_type];
1095 partition = partition_lookup[bsl][mi->sb_type];
1367 mi->sb_type = BLOCK_64X64;
1683 const int bw = num_8x8_blocks_wide_lookup[mi->sb_type];
1684 const int bh = num_8x8_blocks_high_lookup[mi->sb_type];
1695 assert(mi->sb_type == bsize);
1742 if (is_inter_block(xdmi) && xdmi->sb_type < BLOCK_8X8) {
1822 mi->sb_type = bsize;
1869 mi->sb_type = bsize;
1997 const BLOCK_SIZE bsize = mi->sb_type;
2223 mi_8x8[index]->sb_type = find_partition_size(
2255 mi_8x8[index]->sb_type = bsize;
2331 mi_8x8[index]->sb_type = BLOCK_16X16;
2356 mi_8x8[index]->sb_type = BLOCK_32X32;
2368 mi_8x8[0]->sb_type = BLOCK_64X64;
2388 const int bw = num_8x8_blocks_wide_lookup[mi->sb_type];
2389 const int bh = num_8x8_blocks_high_lookup[mi->sb_type];
2418 if (mi->sb_type < BLOCK_8X8) {
2481 subsize = mi_8x8[0]->sb_type;
2551 BLOCK_SIZE bs_type = mi_8x8[0]->sb_type;
2585 if (this_mi && this_mi->sb_type >= sub_subsize) {
2609 mi_8x8[0]->sb_type = bs_type;
2760 mi_8x8[0]->sb_type = bsize;
2800 // partition and find the min and max values for sb_type.
2815 // Check the sb_type for each block that belongs to this region.
2819 BLOCK_SIZE sb_type = mi ? mi->sb_type : 0;
2820 bs_hist[sb_type]++;
2821 *min_block_size = VPXMIN(*min_block_size, sb_type);
2822 *max_block_size = VPXMAX(*max_block_size, sb_type);
2931 bs = mi ? mi->sb_type : bsize;
2941 bs = mi ? mi->sb_type : bsize;
2950 sb_type : bsize;
3045 context_size = xd->above_mi->sb_type;
3053 context_size = xd->left_mi->sb_type;
3061 context_size = prev_mi[0]->sb_type;
3722 mi->sb_type = bsize;
4100 subsize = (bsize >= BLOCK_8X8) ? mi[0]->sb_type : BLOCK_4X4;
4230 subsize = (bsize >= BLOCK_8X8) ? mi[0]->sb_type : BLOCK_4X4;
5038 const BLOCK_SIZE bsize = mi->sb_type;
5087 x->skip_recode = !x->select_tx_size && mi->sb_type >= BLOCK_8X8 &&
5144 if (cm->tx_mode == TX_MODE_SELECT && mi->sb_type >= BLOCK_8X8 &&