/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.h | 86 const int mi_height = mi_size_high[bsize]; in set_offsets_for_motion_search() local 97 -(((mi_row + mi_height) * MI_SIZE) + AOM_INTERP_EXTEND); in set_offsets_for_motion_search() 102 set_plane_n4(xd, mi_width, mi_height, num_planes); in set_offsets_for_motion_search() 105 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets_for_motion_search() 107 xd->mb_to_bottom_edge = ((cm->mi_rows - mi_height - mi_row) * MI_SIZE) * 8; in set_offsets_for_motion_search()
|
D | tpl_model.c | 296 const int mi_height = mi_size_high[bsize]; in tpl_model_update_b() local 313 int ref_mi_row = round_floor(grid_pos_row, bh) * mi_height; in tpl_model_update_b() 322 for (idy = 0; idy < mi_height; ++idy) { in tpl_model_update_b() 339 const int mi_height = mi_size_high[bsize]; in tpl_model_update() local 342 for (idy = 0; idy < mi_height; ++idy) { in tpl_model_update() 355 const int mi_height = mi_size_high[bsize]; in tpl_model_store() local 359 int64_t intra_cost = src_stats->intra_cost / (mi_height * mi_width); in tpl_model_store() 360 int64_t inter_cost = src_stats->inter_cost / (mi_height * mi_width); in tpl_model_store() 367 for (idy = 0; idy < mi_height; ++idy) { in tpl_model_store() 406 const int mi_height = mi_size_high[bsize]; in mc_flow_dispenser() local [all …]
|
D | tokenize.c | 218 const int mi_height = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in av1_tokenize_sb_vartx() local 235 mu_blocks_high = AOMMIN(mi_height, mu_blocks_high); in av1_tokenize_sb_vartx() 237 for (idy = 0; idy < mi_height; idy += mu_blocks_high) { in av1_tokenize_sb_vartx() 240 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx()
|
D | encodemb.c | 497 const int mi_height = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in av1_encode_sb() local 521 mu_blocks_high = AOMMIN(mi_height, mu_blocks_high); in av1_encode_sb() 523 for (idy = 0; idy < mi_height; idy += mu_blocks_high) { in av1_encode_sb() 526 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_encode_sb()
|
D | encodeframe.c | 217 const int mi_height = mi_size_high[bsize]; in set_offsets_without_segment_id() local 233 -(((mi_row + mi_height) * MI_SIZE) + AOM_INTERP_EXTEND); in set_offsets_without_segment_id() 238 set_plane_n4(xd, mi_width, mi_height, num_planes); in set_offsets_without_segment_id() 241 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets_without_segment_id() 242 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, cm->mi_rows, in set_offsets_without_segment_id() 349 const int mi_height = mi_size_high[bsize]; in update_state() local 390 for (y = 0; y < mi_height; y++) in update_state() 393 (xd->mb_to_bottom_edge >> (3 + MI_SIZE_LOG2)) + mi_height > y) { in update_state() 1404 int mi_height = mi_size_high[bsize]; in restore_context() local 1420 sizeof(xd->left_seg_context[0]) * mi_height); in restore_context() [all …]
|
D | rdopt.c | 3723 static int get_search_init_depth(int mi_width, int mi_height, int is_inter, in get_search_init_depth() argument 3729 mi_height > mi_size_high[BLOCK_64X64]) in get_search_init_depth() 3734 return (mi_height != mi_width) ? sf->inter_tx_size_search_init_depth_rect in get_search_init_depth() 3737 return (mi_height != mi_width) ? sf->intra_tx_size_search_init_depth_rect in get_search_init_depth() 5414 const int mi_height = mi_size_high[plane_bsize]; in select_tx_size_and_type() local 5421 memcpy(tx_left, xd->left_txfm_context, sizeof(TXFM_CONTEXT) * mi_height); in select_tx_size_and_type() 5427 get_search_init_depth(mi_width, mi_height, 1, &cpi->sf); in select_tx_size_and_type() 5437 for (int idy = 0; idy < mi_height; idy += bh) { in select_tx_size_and_type() 5599 const int mi_height = mi_size_high[plane_bsize]; in inter_block_yrd() local 5604 get_search_init_depth(mi_width, mi_height, 1, &cpi->sf); in inter_block_yrd() [all …]
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 699 int mi_height = AOMMIN(mi_size_high[BLOCK_64X64], xd->n4_h); in setup_ref_mv_list() local 700 mi_height = AOMMIN(mi_height, cm->mi_rows - mi_row); in setup_ref_mv_list() 701 int mi_size = AOMMIN(mi_width, mi_height); in setup_ref_mv_list() 774 int mi_height = AOMMIN(mi_size_high[BLOCK_64X64], xd->n4_h); in setup_ref_mv_list() local 775 mi_height = AOMMIN(mi_height, cm->mi_rows - mi_row); in setup_ref_mv_list() 776 int mi_size = AOMMIN(mi_width, mi_height); in setup_ref_mv_list()
|
D | av1_loopfilter.c | 734 const int mi_height = in setup_masks() local 740 for (int r = mi_row; r < mi_row + mi_height; r += row_step) { in setup_masks() 781 for (int r = mi_row; r < mi_row + mi_height; r += row_step) { in setup_masks()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 5684 const int mi_height = num_8x8_blocks_high_lookup[bsize]; local 5689 for (idy = 0; idy < mi_height; ++idy) { 5715 const int mi_height = num_8x8_blocks_high_lookup[bsize]; local 5732 int ref_mi_row = round_floor(grid_pos_row, bh) * mi_height; 5741 for (idy = 0; idy < mi_height; ++idy) { 5761 const int mi_height = num_8x8_blocks_high_lookup[bsize]; local 5764 for (idy = 0; idy < mi_height; ++idy) { 5893 const int mi_height = num_8x8_blocks_high_lookup[bsize]; local 6021 1, (best_inter_cost << TPL_DEP_COST_SCALE_LOG2) / (mi_height * mi_width)); 6023 1, (best_intra_cost << TPL_DEP_COST_SCALE_LOG2) / (mi_height * mi_width)); [all …]
|
D | vp9_encodeframe.c | 259 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in set_offsets() local 271 mv_limits->row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets() 277 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets() 278 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, cm->mi_rows, in set_offsets() 1747 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in update_state() local 1788 for (y = 0; y < mi_height; y++) in update_state() 1791 (xd->mb_to_bottom_edge >> (3 + MI_SIZE_LOG2)) + mi_height > y) { in update_state() 2102 int mi_height = num_8x8_blocks_high_lookup[bsize]; in restore_context() local 2117 sizeof(xd->left_seg_context[0]) * mi_height); in restore_context() 2130 int mi_height = num_8x8_blocks_high_lookup[bsize]; in save_context() local [all …]
|
D | vp9_mcomp.c | 1887 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in vp9_prepare_nb_full_mvs() local 1891 int r = dirs[i][0] * mi_height; in vp9_prepare_nb_full_mvs()
|
D | vp9_rdopt.c | 3395 const int mi_height = VPXMIN(num_8x8_blocks_high_lookup[bsize], in vp9_rd_pick_inter_mode_sb() local 3423 for (i = 0; i < mi_height; ++i) { in vp9_rd_pick_inter_mode_sb()
|