Searched defs:sb_type (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_blockd.h110 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { argument
111 return b_width_log2_lookup[sb_type];
113 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { argument
114 return b_height_log2_lookup[sb_type];
117 static INLINE int mi_width_log2(BLOCK_SIZE sb_type) { argument
118 return mi_width_log2_lookup[sb_type];
124 BLOCK_SIZE sb_type; member in struct:__anon1104
148 return mi->mbmi.sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode
286 return get_uv_tx_size_impl(mbmi->tx_size, mbmi->sb_type);
H A Dvp9_loopfilter.c503 const BLOCK_SIZE block_size = mbmi->sb_type;
582 const BLOCK_SIZE block_size = mbmi->sb_type;
659 switch (mip[0]->mbmi.sb_type) {
685 switch (mip[0]->mbmi.sb_type) {
715 switch (mip[0]->mbmi.sb_type) {
931 const BLOCK_SIZE sb_type = mi[0].mbmi.sb_type; local
934 const int block_edge_left = (num_4x4_blocks_wide_lookup[sb_type] > 1) ?
935 !(c & (num_8x8_blocks_wide_lookup[sb_type] - 1)) : 1;
938 const int block_edge_above = (num_4x4_blocks_high_lookup[sb_type] >
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c306 xd->mi[0]->mbmi.sb_type = bsize;
504 xd->mi[0]->mbmi.sb_type = BLOCK_64X64;
855 assert(mi->mbmi.sb_type == bsize);
912 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) {
1018 mbmi->sb_type = bsize;
1365 mi_8x8[index]->mbmi.sb_type = bsize;
1378 mi_8x8[index]->mbmi.sb_type = bsize;
1392 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type : 0; local
1397 mi_8x8[block_row * mis + block_col]->mbmi.sb_type
1900 BLOCK_SIZE sb_type = mi ? mi->mbmi.sb_type : 0; local
[all...]

Completed in 145 milliseconds