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

/external/lldb/source/API/
H A DSBFunction.cpp205 SBType sb_type; local
210 sb_type.ref().SetType (function_type->shared_from_this());
212 return sb_type;
H A DSBType.cpp553 SBType sb_type; local
556 sb_type.SetSP (m_opaque_ap->GetTypeImpl());
558 return sb_type;
H A DSBModule.cpp498 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);
H A DSBValue.cpp470 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) argument
761 lldb::TypeImplSP type_impl_sp (sb_type.GetSP());
/external/lldb/test/python_api/default-constructor/
H A DTestDefaultConstructorForAPIObjects.py327 import sb_type namespace
328 sb_type.fuzz_obj(obj)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h114 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { argument
115 return b_width_log2_lookup[sb_type];
117 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { argument
118 return b_height_log2_lookup[sb_type];
121 static INLINE int mi_width_log2(BLOCK_SIZE sb_type) { argument
122 return mi_width_log2_lookup[sb_type];
128 BLOCK_SIZE sb_type; member in struct:__anon13106
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,
H A Dvp9_loopfilter.c503 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
936 const int block_edge_left = (num_4x4_blocks_wide_lookup[sb_type] > 1) ?
937 !(c & (num_8x8_blocks_wide_lookup[sb_type] - 1)) : 1;
940 const int block_edge_above = (num_4x4_blocks_high_lookup[sb_type] >
[all...]
/external/libvpx/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:__anon24896
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...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c210 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;
1023 mi_8x8[index].src_mi->mbmi.sb_type = find_partition_size(bsize,
1055 mi_8x8[index].src_mi->mbmi.sb_type = bsize;
1074 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type 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...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c290 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) {
1002 mbmi->sb_type = bsize;
1348 mi_8x8[index]->mbmi.sb_type = bsize;
1361 mi_8x8[index]->mbmi.sb_type = bsize;
1391 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type : 0; local
1393 if (prev_mi && sb_type <
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...]

Completed in 191 milliseconds