Searched refs:sb_type (Results 1 - 25 of 39) sorted by relevance

12

/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_debugmodes.c60 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type));
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...]
H A Dvp9_mvref_common.h139 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8
H A Dvp9_mvref_common.c29 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type];
H A Dvp9_reconinter.c275 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/
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_debugmodes.c59 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, 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...]
H A Dvp9_reconinter.c162 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) {
H A Dvp9_mvref_common.c129 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/
H A DSBFunction.cpp205 SBType sb_type; local
210 sb_type.ref().SetType (function_type->shared_from_this());
212 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 DSBType.cpp553 SBType sb_type; local
556 sb_type.SetSP (m_opaque_ap->GetTypeImpl());
558 return 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/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...]
H A Dvp9_encodemv.c248 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];
H A Dvp9_segmentation.c134 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];
H A Dvp9_bitstream.c235 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];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c248 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];
H A Dvp9_segmentation.c146 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];
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...]
/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/decoder/
H A Dvp9_decodemv.c106 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/
H A Dvp9_decodemv.c107 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,

Completed in 389 milliseconds

12