/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_blockd.h | 114 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { 115 return b_width_log2_lookup[sb_type]; 117 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { 118 return b_height_log2_lookup[sb_type]; 121 static INLINE int mi_width_log2(BLOCK_SIZE sb_type) { 122 return mi_width_log2_lookup[sb_type]; 128 BLOCK_SIZE sb_type; member in struct:__anon17731 153 return mi->mbmi.sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode 289 return get_uv_tx_size_impl(mbmi->tx_size, mbmi->sb_type, pd->subsampling_x,
|
vp9_debugmodes.c | 60 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type));
|
vp9_loopfilter.c | 503 const BLOCK_SIZE block_size = mbmi->sb_type; 582 const BLOCK_SIZE block_size = mbmi->sb_type; 660 switch (mip->mbmi.sb_type) { 686 switch (mip->mbmi.sb_type) { 716 switch (mip->mbmi.sb_type) { 933 const BLOCK_SIZE sb_type = mi[0].mbmi.sb_type; local [all...] |
vp9_mvref_common.h | 139 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8
|
vp9_mvref_common.c | 29 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type];
|
vp9_reconinter.c | 275 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 338 if (xd->mi[0].src_mi->mbmi.sb_type < BLOCK_8X8) { 384 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 564 if (xd->mi[0].src_mi->mbmi.sb_type < BLOCK_8X8) {
|
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 110 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { 111 return b_width_log2_lookup[sb_type]; 113 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { 114 return b_height_log2_lookup[sb_type]; 117 static INLINE int mi_width_log2(BLOCK_SIZE sb_type) { 118 return mi_width_log2_lookup[sb_type]; 124 BLOCK_SIZE sb_type; member in struct:__anon4448 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);
|
vp9_debugmodes.c | 59 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type));
|
vp9_loopfilter.c | 503 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 [all...] |
vp9_reconinter.c | 162 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 215 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) { 266 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 398 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) {
|
vp9_mvref_common.c | 129 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8 204 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type];
|
/external/lldb/source/API/ |
SBFunction.cpp | 205 SBType sb_type; local 210 sb_type.ref().SetType (function_type->shared_from_this()); 212 return sb_type;
|
SBModule.cpp | 498 SBType sb_type; local 506 sb_type = SBType (module_sp->FindFirstType(sc, name, exact_match)); 508 if (!sb_type.IsValid()) 509 sb_type = SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), name)); 511 return sb_type; 552 SBType sb_type(ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), name)); 553 if (sb_type.IsValid()) 554 retval.Append(sb_type);
|
SBType.cpp | 553 SBType sb_type; local 556 sb_type.SetSP (m_opaque_ap->GetTypeImpl()); 558 return sb_type;
|
SBValue.cpp | 470 SBType sb_type; local 477 sb_type.SetSP(type_sp); 486 return sb_type; 755 SBValue::CreateValueFromAddress(const char* name, lldb::addr_t address, SBType sb_type) 761 lldb::TypeImplSP type_impl_sp (sb_type.GetSP()); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 210 xd->mi[0].src_mi->mbmi.sb_type = bsize; 409 xd->mi[0].src_mi->mbmi.sb_type = BLOCK_64X64; 527 assert(mi->mbmi.sb_type == bsize); 584 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) { 668 mbmi->sb_type = bsize; 722 mbmi->sb_type = bsize; 1074 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type : 0; local 1109 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type : 0; local 1735 BLOCK_SIZE sb_type = mi ? mi->mbmi.sb_type : 0; local 1874 BLOCK_SIZE sb_type; local [all...] |
vp9_encodemv.c | 248 if (mbmi->sb_type < BLOCK_8X8) { 249 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; 250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type];
|
vp9_segmentation.c | 134 const BLOCK_SIZE bsize = xd->mi[0].src_mi->mbmi.sb_type; 166 bw = num_8x8_blocks_wide_lookup[mi[0].src_mi->mbmi.sb_type]; 167 bh = num_8x8_blocks_high_lookup[mi[0].src_mi->mbmi.sb_type];
|
vp9_bitstream.c | 235 const BLOCK_SIZE bsize = mbmi->sb_type; 339 const BLOCK_SIZE bsize = mbmi->sb_type; 380 mi_row, num_8x8_blocks_high_lookup[m->mbmi.sb_type], 381 mi_col, num_8x8_blocks_wide_lookup[m->mbmi.sb_type], 433 partition = partition_lookup[bsl][m->mbmi.sb_type]; [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.c | 248 if (mbmi->sb_type < BLOCK_8X8) { 249 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; 250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type];
|
vp9_segmentation.c | 146 const BLOCK_SIZE bsize = mi_8x8[0]->mbmi.sb_type; 179 bw = num_8x8_blocks_wide_lookup[mi_8x8[0]->mbmi.sb_type]; 180 bh = num_8x8_blocks_high_lookup[mi_8x8[0]->mbmi.sb_type];
|
vp9_encodeframe.c | 290 xd->mi[0]->mbmi.sb_type = bsize; 488 xd->mi[0]->mbmi.sb_type = BLOCK_64X64; 839 assert(mi->mbmi.sb_type == bsize); 896 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) { 1391 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type : 0; local 1419 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type : 0; local 1438 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type : 0; local 2065 BLOCK_SIZE sb_type = mi ? mi->mbmi.sb_type : 0; local [all...] |
/external/lldb/test/python_api/default-constructor/ |
TestDefaultConstructorForAPIObjects.py | 327 import sb_type namespace 328 sb_type.fuzz_obj(obj)
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
vp9_decodemv.c | 106 const BLOCK_SIZE bsize = xd->mi[0].src_mi->mbmi.sb_type; 124 const BLOCK_SIZE bsize = mbmi->sb_type; 167 const BLOCK_SIZE bsize = mbmi->sb_type; 330 const BLOCK_SIZE bsize = mi->mbmi.sb_type; 427 const BLOCK_SIZE bsize = mbmi->sb_type; 531 mbmi->tx_size = read_tx_size(cm, xd, cm->tx_mode, mbmi->sb_type,
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 107 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; 125 const BLOCK_SIZE bsize = mbmi->sb_type; 168 const BLOCK_SIZE bsize = mbmi->sb_type; 331 const BLOCK_SIZE bsize = mi->mbmi.sb_type; 428 const BLOCK_SIZE bsize = mbmi->sb_type; 527 mbmi->tx_size = read_tx_size(cm, xd, cm->tx_mode, mbmi->sb_type,
|