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

  /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/lldb/test/python_api/default-constructor/
TestDefaultConstructorForAPIObjects.py 327 import sb_type namespace
328 sb_type.fuzz_obj(obj)
  /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:__anon8594
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_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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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:__anon19777
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_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...]
  /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_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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 306 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) {
1392 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type : 0; local
1900 BLOCK_SIZE sb_type = mi ? mi->mbmi.sb_type : 0; local
    [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...]
  /external/libvpx/libvpx/vp9/encoder/
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...]

Completed in 183 milliseconds