Searched refs:sb_type (Results 1 – 18 of 18) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 69 BLOCK_SIZE sb_type; member 93 return mi->mbmi.sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode in get_y_mode() 247 return get_uv_tx_size_impl(mbmi->tx_size, mbmi->sb_type, pd->subsampling_x, in get_uv_tx_size()
|
D | vp9_loopfilter.c | 713 const BLOCK_SIZE block_size = mbmi->sb_type; in build_masks() 792 const BLOCK_SIZE block_size = mbmi->sb_type; in build_y_mask() 983 switch (mip[0]->mbmi.sb_type) { in vp9_setup_mask() 1009 switch (mip[0]->mbmi.sb_type) { in vp9_setup_mask() 1039 switch (mip[0]->mbmi.sb_type) { in vp9_setup_mask() 1189 const BLOCK_SIZE sb_type = mi[0].mbmi.sb_type; in vp9_filter_block_plane_non420() local 1192 const int block_edge_left = (num_4x4_blocks_wide_lookup[sb_type] > 1) ? in vp9_filter_block_plane_non420() 1193 !(c & (num_8x8_blocks_wide_lookup[sb_type] - 1)) : 1; in vp9_filter_block_plane_non420() 1196 const int block_edge_above = (num_4x4_blocks_high_lookup[sb_type] > 1) ? in vp9_filter_block_plane_non420() 1197 !(r & (num_8x8_blocks_high_lookup[sb_type] - 1)) : 1; in vp9_filter_block_plane_non420() [all …]
|
D | vp9_debugmodes.c | 56 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type)); in vp9_print_modes_and_motion_vectors()
|
D | vp9_mvref_common.h | 139 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8 in get_sub_block_mv()
|
D | vp9_reconinter.c | 171 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 in build_inter_predictors() 247 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) { in build_inter_predictors_for_planes()
|
D | vp9_pred_common.h | 113 const int max_tx_size = max_txsize_lookup[xd->mi[0]->mbmi.sb_type]; in get_tx_size_context()
|
D | vp9_mvref_common.c | 24 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type]; in find_mv_refs_idx()
|
D | vp9_mfqe.c | 223 const BLOCK_SIZE cur_bs = mi->mbmi.sb_type; in mfqe_partition()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 130 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in count_segs() 162 bw = num_8x8_blocks_wide_lookup[mi[0]->mbmi.sb_type]; in count_segs_sb() 163 bh = num_8x8_blocks_high_lookup[mi[0]->mbmi.sb_type]; in count_segs_sb()
|
D | vp9_encodeframe.c | 261 xd->mi[0]->mbmi.sb_type = bsize; in set_block_size() 737 mbmi->sb_type = BLOCK_64X64; in choose_partitioning() 981 const int bw = num_8x8_blocks_wide_lookup[mi->mbmi.sb_type]; in update_state() 982 const int bh = num_8x8_blocks_high_lookup[mi->mbmi.sb_type]; in update_state() 994 assert(mi->mbmi.sb_type == bsize); in update_state() 1044 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) { in update_state() 1134 mbmi->sb_type = bsize; in set_mode_info_seg_skip() 1185 mbmi->sb_type = bsize; in rd_pick_sb_modes() 1287 const BLOCK_SIZE bsize = mbmi->sb_type; in update_stats() 1523 mi_8x8[index]->mbmi.sb_type = find_partition_size(bsize, in set_partial_b64x64_partition() [all …]
|
D | vp9_encodemv.c | 252 if (mbmi->sb_type < BLOCK_8X8) { in vp9_update_mv_count() 253 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; in vp9_update_mv_count() 254 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; in vp9_update_mv_count()
|
D | vp9_bitstream.c | 83 BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in write_selected_tx_size() 247 const BLOCK_SIZE bsize = mbmi->sb_type; in pack_inter_mode_mvs() 347 const BLOCK_SIZE bsize = mbmi->sb_type; in write_mb_modes_kf() 391 mi_row, num_8x8_blocks_high_lookup[m->mbmi.sb_type], in write_modes_b() 392 mi_col, num_8x8_blocks_wide_lookup[m->mbmi.sb_type], in write_modes_b() 444 partition = partition_lookup[bsl][m->mbmi.sb_type]; in write_modes_sb()
|
D | vp9_mbgraph.c | 257 mi_local.mbmi.sb_type = BLOCK_16X16; in update_mbgraph_frame_stats()
|
D | vp9_rdopt.c | 732 assert(bs == xd->mi[0]->mbmi.sb_type); in super_block_yrd() 1008 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in rd_pick_intra_sub_8x8_y_mode() 1275 const int num_4x4_blocks_wide = num_4x4_blocks_wide_lookup[mbmi->sb_type]; in set_and_cost_bmi_mvs() 1276 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; in set_and_cost_bmi_mvs() 1333 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->mbmi.sb_type, pd); in encode_inter_mb_segment() 1745 const BLOCK_SIZE bsize = mbmi->sb_type; in rd_pick_best_sub8x8_mode()
|
D | vp9_pickmode.c | 52 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type]; in mv_refs_rt() 1167 mbmi->sb_type = bsize; in vp9_pick_inter_mode() 1721 mbmi->sb_type = bsize; in vp9_pick_inter_mode_sub8x8()
|
D | vp9_firstpass.c | 399 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in first_pass_motion_search() 666 xd->mi[0]->mbmi.sb_type = bsize; in vp9_first_pass()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 87 BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in read_tx_size() 210 const BLOCK_SIZE bsize = mbmi->sb_type; in read_intra_frame_mode_info() 385 const BLOCK_SIZE bsize = mi->mbmi.sb_type; in read_intra_block_mode_info() 491 const BLOCK_SIZE bsize = mbmi->sb_type; in read_inter_block_mode_info()
|
D | vp9_decodeframe.c | 377 if (mbmi->sb_type < BLOCK_8X8) in predict_and_reconstruct_intra_block() 715 const BLOCK_SIZE sb_type = mi->mbmi.sb_type; in dec_build_inter_predictors_sb() local 736 if (sb_type < BLOCK_8X8) { in dec_build_inter_predictors_sb() 797 xd->mi[0]->mbmi.sb_type = bsize; in set_offsets()
|