Home
last modified time | relevance | path

Searched refs:sb_type (Results 1 – 22 of 22) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h110 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { in b_width_log2() argument
111 return b_width_log2_lookup[sb_type]; in b_width_log2()
113 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { in b_height_log2() argument
114 return b_height_log2_lookup[sb_type]; in b_height_log2()
117 static INLINE int mi_width_log2(BLOCK_SIZE sb_type) { in mi_width_log2() argument
118 return mi_width_log2_lookup[sb_type]; in mi_width_log2()
124 BLOCK_SIZE sb_type; member
148 return mi->mbmi.sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode in get_y_mode()
279 return get_uv_tx_size_impl(mbmi->tx_size, mbmi->sb_type, pd->subsampling_x, in get_uv_tx_size()
Dvp9_loopfilter.c503 const BLOCK_SIZE block_size = mbmi->sb_type; in build_masks()
582 const BLOCK_SIZE block_size = mbmi->sb_type; in build_y_mask()
660 switch (mip[0]->mbmi.sb_type) { in vp9_setup_mask()
686 switch (mip[0]->mbmi.sb_type) { in vp9_setup_mask()
716 switch (mip[0]->mbmi.sb_type) { in vp9_setup_mask()
933 const BLOCK_SIZE sb_type = mi[0].mbmi.sb_type; in filter_block_plane_non420() local
936 const int block_edge_left = (num_4x4_blocks_wide_lookup[sb_type] > 1) ? in filter_block_plane_non420()
937 !(c & (num_8x8_blocks_wide_lookup[sb_type] - 1)) : 1; in filter_block_plane_non420()
940 const int block_edge_above = (num_4x4_blocks_high_lookup[sb_type] > 1) ? in filter_block_plane_non420()
941 !(r & (num_8x8_blocks_high_lookup[sb_type] - 1)) : 1; in filter_block_plane_non420()
Dvp9_reconinter.c192 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 in build_inter_predictors()
244 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) { in build_inter_predictors_for_planes()
290 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 in dec_build_inter_predictors()
422 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) { in vp9_dec_build_inter_predictors_sb()
Dvp9_debugmodes.c58 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type)); in vp9_print_modes_and_motion_vectors()
Dvp9_mvref_common.h139 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8 in get_sub_block_mv()
Dvp9_mvref_common.c29 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type]; in find_mv_refs_idx()
Dvp9_pred_common.c351 const int max_tx_size = max_txsize_lookup[xd->mi[0]->mbmi.sb_type]; in vp9_get_tx_size_context()
/external/lldb/source/API/
DSBModule.cpp498 SBType sb_type; in FindFirstType() local
506 sb_type = SBType (module_sp->FindFirstType(sc, name, exact_match)); in FindFirstType()
508 if (!sb_type.IsValid()) in FindFirstType()
509sb_type = SBType (ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), … in FindFirstType()
511 return sb_type; in FindFirstType()
552 …SBType sb_type(ClangASTContext::GetBasicType (module_sp->GetClangASTContext().getASTContext(), nam… in FindTypes() local
553 if (sb_type.IsValid()) in FindTypes()
554 retval.Append(sb_type); in FindTypes()
DSBFunction.cpp205 SBType sb_type; in GetType() local
210 sb_type.ref().SetType (function_type->shared_from_this()); in GetType()
212 return sb_type; in GetType()
DSBType.cpp553 SBType sb_type; in GetType() local
556 sb_type.SetSP (m_opaque_ap->GetTypeImpl()); in GetType()
558 return sb_type; in GetType()
DSBValue.cpp470 SBType sb_type; in GetType() local
477 sb_type.SetSP(type_sp); in GetType()
486 return sb_type; in GetType()
755 SBValue::CreateValueFromAddress(const char* name, lldb::addr_t address, SBType sb_type) in CreateValueFromAddress() argument
761 lldb::TypeImplSP type_impl_sp (sb_type.GetSP()); in CreateValueFromAddress()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c210 xd->mi[0]->mbmi.sb_type = bsize; in set_block_size()
409 xd->mi[0]->mbmi.sb_type = BLOCK_64X64; in choose_partitioning()
527 assert(mi->mbmi.sb_type == bsize); in update_state()
584 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) { in update_state()
668 mbmi->sb_type = bsize; in set_mode_info_seg_skip()
722 mbmi->sb_type = bsize; in rd_pick_sb_modes()
1022 mi_8x8[index]->mbmi.sb_type = find_partition_size(bsize, in set_partial_b64x64_partition()
1054 mi_8x8[index]->mbmi.sb_type = bsize; in set_fixed_partitioning()
1072 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type : 0; in copy_partitioning() local
1077 mi_8x8[block_row * mis + block_col]->mbmi.sb_type = sb_type; in copy_partitioning()
[all …]
Dvp9_segmentation.c134 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in count_segs()
166 bw = num_8x8_blocks_wide_lookup[mi[0]->mbmi.sb_type]; in count_segs_sb()
167 bh = num_8x8_blocks_high_lookup[mi[0]->mbmi.sb_type]; in count_segs_sb()
Dvp9_encodemv.c248 if (mbmi->sb_type < BLOCK_8X8) { in vp9_update_mv_count()
249 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; in vp9_update_mv_count()
250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; in vp9_update_mv_count()
Dvp9_bitstream.c235 const BLOCK_SIZE bsize = mbmi->sb_type; in pack_inter_mode_mvs()
337 const BLOCK_SIZE bsize = mbmi->sb_type; in write_mb_modes_kf()
378 mi_row, num_8x8_blocks_high_lookup[m->mbmi.sb_type], in write_modes_b()
379 mi_col, num_8x8_blocks_wide_lookup[m->mbmi.sb_type], in write_modes_b()
429 partition = partition_lookup[bsl][m->mbmi.sb_type]; in write_modes_sb()
Dvp9_pickmode.c38 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type]; in mv_refs_rt()
435 mbmi->sb_type = bsize; in vp9_pick_inter_mode()
Dvp9_mbgraph.c247 mi_local.mbmi.sb_type = BLOCK_16X16; in update_mbgraph_frame_stats()
Dvp9_rdopt.c567 assert(bs == xd->mi[0]->mbmi.sb_type); in inter_super_block_yrd()
589 assert(bs == xd->mi[0]->mbmi.sb_type); in intra_super_block_yrd()
758 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in rd_pick_intra_sub_8x8_y_mode()
1033 const int num_4x4_blocks_wide = num_4x4_blocks_wide_lookup[mbmi->sb_type]; in set_and_cost_bmi_mvs()
1034 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; in set_and_cost_bmi_mvs()
1092 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->mbmi.sb_type, pd); in encode_inter_mb_segment()
1283 const BLOCK_SIZE bsize = mbmi->sb_type; in rd_pick_best_sub8x8_mode()
Dvp9_firstpass.c310 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in first_pass_motion_search()
544 xd->mi[0]->mbmi.sb_type = bsize; in vp9_first_pass()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c106 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in read_intra_segment_id()
124 const BLOCK_SIZE bsize = mbmi->sb_type; in read_inter_segment_id()
167 const BLOCK_SIZE bsize = mbmi->sb_type; in read_intra_frame_mode_info()
330 const BLOCK_SIZE bsize = mi->mbmi.sb_type; in read_intra_block_mode_info()
427 const BLOCK_SIZE bsize = mbmi->sb_type; in read_inter_block_mode_info()
531 mbmi->tx_size = read_tx_size(cm, xd, cm->tx_mode, mbmi->sb_type, in read_inter_frame_mode_info()
Dvp9_decodeframe.c310 xd->mi[0]->mbmi.sb_type = bsize; in set_offsets()
/external/lldb/test/python_api/default-constructor/
DTestDefaultConstructorForAPIObjects.py327 import sb_type
328 sb_type.fuzz_obj(obj)