Home
last modified time | relevance | path

Searched refs:mi_size_high_log2 (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c295 features[f_idx++] = (float)mi_size_high_log2[above_bsize]; in simple_motion_search_prune_part_features()
298 features[f_idx++] = (float)mi_size_high_log2[left_bsize]; in simple_motion_search_prune_part_features()
514 features[f_idx++] = (float)mi_size_high_log2[above_bsize]; in firstpass_simple_motion_search_features()
517 features[f_idx++] = (float)mi_size_high_log2[left_bsize]; in firstpass_simple_motion_search_features()
610 const int mb_in_mi_size_high_log2 = mi_size_high_log2[mb_size]; in av1_get_max_min_partition_features()
Dtpl_model.c127 const int bh = 4 << mi_size_high_log2[bsize]; in mode_estimation()
258 int bh = 4 << mi_size_high_log2[bsize]; in get_overlap_area()
295 const int bh = 4 << mi_size_high_log2[bsize]; in tpl_model_update_b()
Dreconinter_enc.c411 max_neighbor_obmc[mi_size_high_log2[bsize]], in av1_build_prediction_by_left_preds()
519 const int subh = (2 << mi_size_high_log2[sb_type]) == h; in build_masked_compound()
533 const int subh = (2 << mi_size_high_log2[sb_type]) == h; in build_masked_compound_highbd()
Dmcomp.c2184 const int bh = 4 << mi_size_high_log2[bsize]; in av1_int_pro_motion_estimation()
2249 tmp_mv->row = vector_match(vbuf, src_vbuf, mi_size_high_log2[bsize]); in av1_int_pro_motion_estimation()
2361 10 - (mi_size_wide_log2[bsize] + mi_size_high_log2[bsize]); in av1_full_pixel_search()
2387 10 - (mi_size_wide_log2[bsize] + mi_size_high_log2[bsize]); in av1_full_pixel_search()
Dencodeframe.c2440 (mi_size_wide_log2[bsize] + mi_size_high_log2[bsize])); in rd_pick_sqr_partition()
3437 (mi_size_wide_log2[bsize] + mi_size_high_log2[bsize])); in rd_pick_partition()
Drdopt.c7102 AOMMIN(mi_size_high_log2[bsize], mi_size_wide_log2[bsize])); in single_motion_search()
7108 int bhl = mi_size_high_log2[bsize]; in single_motion_search()
9302 max_neighbor_obmc[mi_size_high_log2[bsize]], in check_identical_obmc_mv_field()
14004 max_neighbor_obmc[mi_size_high_log2[bsize]], in calc_target_weighted_pred()
/external/libaom/libaom/av1/common/
Dcommon_data.h29 static const uint8_t mi_size_high_log2[BLOCK_SIZES_ALL] = { variable
Dreconinter.c567 const int subh = (2 << mi_size_high_log2[sb_type]) == h; in build_masked_compound_no_round()
899 max_neighbor_obmc[mi_size_high_log2[bsize]], in av1_build_obmc_inter_prediction()
Dreconintra.c224 const int bh_in_mi_log2 = mi_size_high_log2[bsize]; in has_top_right()
416 const int bh_in_mi_log2 = mi_size_high_log2[bsize]; in has_bottom_left()
Donyxc_int.h1060 assert(mi_size_wide_log2[bsize] == mi_size_high_log2[bsize]); in partition_plane_context()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c999 max_neighbor_obmc[mi_size_high_log2[bsize]], in dec_build_prediction_by_left_preds()