/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_blockd.h | 110 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() 286 return get_uv_tx_size_impl(mbmi->tx_size, mbmi->sb_type); in get_uv_tx_size()
|
D | vp9_loopfilter.c | 503 const BLOCK_SIZE block_size = mbmi->sb_type; in build_masks() 582 const BLOCK_SIZE block_size = mbmi->sb_type; in build_y_mask() 659 switch (mip[0]->mbmi.sb_type) { in vp9_setup_mask() 685 switch (mip[0]->mbmi.sb_type) { in vp9_setup_mask() 715 switch (mip[0]->mbmi.sb_type) { in vp9_setup_mask() 931 const BLOCK_SIZE sb_type = mi[0].mbmi.sb_type; in filter_block_plane_non420() local 934 const int block_edge_left = (num_4x4_blocks_wide_lookup[sb_type] > 1) ? in filter_block_plane_non420() 935 !(c & (num_8x8_blocks_wide_lookup[sb_type] - 1)) : 1; in filter_block_plane_non420() 938 const int block_edge_above = (num_4x4_blocks_high_lookup[sb_type] > 1) ? in filter_block_plane_non420() 939 !(r & (num_8x8_blocks_high_lookup[sb_type] - 1)) : 1; in filter_block_plane_non420()
|
D | vp9_debugmodes.c | 59 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type)); in vp9_print_modes_and_motion_vectors()
|
D | vp9_reconinter.c | 162 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 in build_inter_predictors() 215 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) { in build_inter_predictors_for_planes() 266 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 in dec_build_inter_predictors() 398 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) { in vp9_dec_build_inter_predictors_sb()
|
D | vp9_mvref_common.c | 129 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8 in get_sub_block_mv() 204 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type]; in find_mv_refs_idx()
|
D | vp9_pred_common.c | 351 const int max_tx_size = max_txsize_lookup[xd->mi[0]->mbmi.sb_type]; in vp9_get_tx_size_context()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 146 const BLOCK_SIZE bsize = mi_8x8[0]->mbmi.sb_type; in count_segs() 179 bw = num_8x8_blocks_wide_lookup[mi_8x8[0]->mbmi.sb_type]; in count_segs_sb() 180 bh = num_8x8_blocks_high_lookup[mi_8x8[0]->mbmi.sb_type]; in count_segs_sb()
|
D | vp9_encodemv.c | 248 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()
|
D | vp9_encodeframe.c | 306 xd->mi[0]->mbmi.sb_type = bsize; in set_block_size() 504 xd->mi[0]->mbmi.sb_type = BLOCK_64X64; in choose_partitioning() 855 assert(mi->mbmi.sb_type == bsize); in update_state() 912 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) { in update_state() 1018 mbmi->sb_type = bsize; in rd_pick_sb_modes() 1365 mi_8x8[index]->mbmi.sb_type = bsize; in set_fixed_partitioning() 1378 mi_8x8[index]->mbmi.sb_type = bsize; in set_fixed_partitioning() 1392 const BLOCK_SIZE sb_type = prev_mi ? prev_mi->mbmi.sb_type : 0; in copy_partitioning() local 1397 mi_8x8[block_row * mis + block_col]->mbmi.sb_type = sb_type; in copy_partitioning() 1494 subsize = mi_8x8[0]->mbmi.sb_type; in encode_sb_rt() [all …]
|
D | vp9_bitstream.c | 238 const BLOCK_SIZE bsize = mbmi->sb_type; in pack_inter_mode_mvs() 342 const BLOCK_SIZE bsize = mbmi->sb_type; in write_mb_modes_kf() 382 mi_row, num_8x8_blocks_high_lookup[m->mbmi.sb_type], in write_modes_b() 383 mi_col, num_8x8_blocks_wide_lookup[m->mbmi.sb_type], in write_modes_b() 432 partition = partition_lookup[bsl][m->mbmi.sb_type]; in write_modes_sb()
|
D | vp9_encodemb.c | 622 mbmi->tx_size = use_16x16_pred ? (mbmi->sb_type >= BLOCK_16X16 ? TX_16X16 in vp9_encode_intra() 625 vp9_encode_intra_block_plane(x, mbmi->sb_type, 0); in vp9_encode_intra()
|
D | vp9_pickmode.c | 247 mbmi->sb_type = bsize; in vp9_pick_inter_mode()
|
D | vp9_mbgraph.c | 256 mi_local.mbmi.sb_type = BLOCK_16X16; in update_mbgraph_frame_stats()
|
D | vp9_firstpass.c | 385 vp9_variance_fn_t fn = get_block_variance_fn(xd->mi[0]->mbmi.sb_type); in zz_motion_search() 399 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in first_pass_motion_search() 592 xd->mi[0]->mbmi.sb_type = bsize; in vp9_first_pass()
|
D | vp9_rdopt.c | 958 assert(bs == mbmi->sb_type); in inter_super_block_yrd() 999 assert(bs == mbmi->sb_type); in intra_super_block_yrd() 1178 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in rd_pick_intra_sub_8x8_y_mode() 1484 const int num_4x4_blocks_wide = num_4x4_blocks_wide_lookup[mbmi->sb_type]; in labels2mode() 1485 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; in labels2mode() 1549 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->mbmi.sb_type, pd); in encode_inter_mb_segment() 1730 const BLOCK_SIZE bsize = mbmi->sb_type; in rd_check_segment_txsize()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 107 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in read_intra_segment_id() 125 const BLOCK_SIZE bsize = mbmi->sb_type; in read_inter_segment_id() 168 const BLOCK_SIZE bsize = mbmi->sb_type; in read_intra_frame_mode_info() 331 const BLOCK_SIZE bsize = mi->mbmi.sb_type; in read_intra_block_mode_info() 428 const BLOCK_SIZE bsize = mbmi->sb_type; in read_inter_block_mode_info() 527 mbmi->tx_size = read_tx_size(cm, xd, cm->tx_mode, mbmi->sb_type, in read_inter_frame_mode_info()
|
D | vp9_decodeframe.c | 308 xd->mi[0]->mbmi.sb_type = bsize; in set_offsets()
|