/external/libaom/libaom/test/ |
D | intrabc_test.cc | 38 { { 0, 0 }, 0, 0, BLOCK_16X16, false }, in TEST() 44 BLOCK_16X16, in TEST() 49 BLOCK_16X16, in TEST() 54 BLOCK_16X16, in TEST() 59 BLOCK_16X16, in TEST() 64 BLOCK_16X16, in TEST()
|
D | blockd_test.cc | 24 BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X16, in TEST() 52 BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X16, in TEST()
|
/external/libaom/libaom/av1/common/ |
D | common_data.h | 73 BLOCK_4X4, BLOCK_8X8, BLOCK_16X16, 83 BLOCK_16X16, BLOCK_32X32, BLOCK_64X64 273 BLOCK_16X16, // TX_16X16 376 { { BLOCK_16X16, BLOCK_16X8 }, { BLOCK_8X16, BLOCK_8X8 } }, 377 { { BLOCK_16X32, BLOCK_16X16 }, { BLOCK_INVALID, BLOCK_8X16 } }, 378 { { BLOCK_32X16, BLOCK_INVALID }, { BLOCK_16X16, BLOCK_16X8 } }, 379 { { BLOCK_32X32, BLOCK_32X16 }, { BLOCK_16X32, BLOCK_16X16 } },
|
D | enums.h | 108 BLOCK_16X16, enumerator
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 74 BLOCK_16X16, BLOCK_16X32, BLOCK_32X16, BLOCK_32X32, BLOCK_32X64, 86 BLOCK_INVALID, BLOCK_8X8, BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X16, 98 BLOCK_16X16, // TX_16X16 119 { { BLOCK_16X16, BLOCK_16X8 }, { BLOCK_8X16, BLOCK_8X8 } }, 120 { { BLOCK_16X32, BLOCK_16X16 }, { BLOCK_INVALID, BLOCK_8X16 } }, 121 { { BLOCK_32X16, BLOCK_INVALID }, { BLOCK_16X16, BLOCK_16X8 } }, 122 { { BLOCK_32X32, BLOCK_32X16 }, { BLOCK_16X32, BLOCK_16X16 } },
|
D | vp9_mfqe.c | 72 if (block_size == BLOCK_16X16) { in apply_ifactor() 132 if (bs == BLOCK_16X16) { in copy_block() 149 if (bs == BLOCK_16X16) { in get_thr() 168 if (bs == BLOCK_16X16) { in mfqe_block() 205 cur_bs >= BLOCK_16X16 && mv_len_square <= mv_threshold; in mfqe_decision() 226 if (bs == BLOCK_16X16) { in mfqe_partition() 246 bs_tmp = BLOCK_16X16; in mfqe_partition() 279 bs_tmp = BLOCK_16X16; in mfqe_partition()
|
D | vp9_enums.h | 50 #define BLOCK_16X16 6 macro
|
/external/libvpx/libvpx/test/ |
D | vp9_denoiser_test.cc | 112 make_tuple(&vp9_denoiser_filter_sse2, BLOCK_16X16), 127 make_tuple(&vp9_denoiser_filter_neon, BLOCK_16X16),
|
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 115 case BLOCK_16X16: { in tree_to_node() 415 cpi->vbp_bsize_min = BLOCK_16X16; in av1_set_variance_partition_thresholds() 582 fill_variance_tree(&vt->split[m].split[i].split[j], BLOCK_16X16); in av1_choose_var_based_partitioning() 652 fill_variance_tree(vtemp, BLOCK_16X16); in av1_choose_var_based_partitioning() 722 thresholds[0], BLOCK_16X16, force_split[0])) { in av1_choose_var_based_partitioning() 732 thresholds[1], BLOCK_16X16, in av1_choose_var_based_partitioning() 741 BLOCK_16X16, force_split[5 + m2 + i])) { in av1_choose_var_based_partitioning() 753 if (!set_vt_partitioning(cpi, x, xd, tile, vtemp, BLOCK_16X16, in av1_choose_var_based_partitioning()
|
D | firstpass.c | 278 if (mi_size_wide[BLOCK_16X16] * mb_col + mi_size_wide[BLOCK_8X8] < in get_bsize() 280 return mi_size_wide[BLOCK_16X16] * mb_row + mi_size_wide[BLOCK_8X8] < in get_bsize() 282 ? BLOCK_16X16 in get_bsize() 285 return mi_size_wide[BLOCK_16X16] * mb_row + mi_size_wide[BLOCK_8X8] < in get_bsize() 366 const int mb_scale = mi_size_wide[BLOCK_16X16]; in av1_first_pass() 382 x->e_mbd.mi[0]->sb_type = BLOCK_16X16; in av1_first_pass() 474 use_dc_pred ? (bsize >= BLOCK_16X16 ? TX_16X16 : TX_8X8) : TX_4X4; in av1_first_pass()
|
D | temporal_filter.h | 29 #define TF_SUB_BLOCK BLOCK_16X16
|
D | partition_strategy.c | 99 } else if (bsize == BLOCK_16X16) { in av1_simple_motion_search_based_split() 334 } else if (bsize == BLOCK_16X16) { in av1_simple_motion_search_prune_part() 438 } else if (bsize == BLOCK_16X16) { in av1_simple_motion_search_early_term_none() 534 } else if (bsize == BLOCK_16X16) { in av1_firstpass_simple_motion_search_early_term() 607 const BLOCK_SIZE mb_size = BLOCK_16X16; in av1_get_max_min_partition_features()
|
D | mbgraph.c | 32 const aom_variance_fn_ptr_t v_fn_ptr = cpi->fn_ptr[BLOCK_16X16]; in do_16x16_motion_iteration() 75 BLOCK_16X16, AOM_PLANE_Y, AOM_PLANE_Y); in do_16x16_motion_iteration() 244 mi_local.sb_type = BLOCK_16X16; in update_mbgraph_frame_stats()
|
D | encoder.c | 192 const int row_scale = mi_size_high[BLOCK_16X16] == 2 ? 1 : 2; in av1_set_active_map() 193 const int col_scale = mi_size_wide[BLOCK_16X16] == 2 ? 1 : 2; in av1_set_active_map() 222 const int row_scale = mi_size_high[BLOCK_16X16] == 2 ? 1 : 2; in av1_get_active_map() 223 const int col_scale = mi_size_wide[BLOCK_16X16] == 2 ? 1 : 2; in av1_get_active_map() 1583 HIGHBD_BFP(BLOCK_16X16, aom_highbd_sad16x16_bits8, 1676 HIGHBD_MBFP(BLOCK_16X16, aom_highbd_masked_sad16x16_bits8, 1729 HIGHBD_OBFP(BLOCK_16X16, aom_highbd_obmc_sad16x16_bits8, 1867 HIGHBD_BFP(BLOCK_16X16, aom_highbd_sad16x16_bits10, 1964 HIGHBD_MBFP(BLOCK_16X16, aom_highbd_masked_sad16x16_bits10, 2017 HIGHBD_OBFP(BLOCK_16X16, aom_highbd_obmc_sad16x16_bits10, [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 32 const vp9_variance_fn_ptr_t v_fn_ptr = cpi->fn_ptr[BLOCK_16X16]; in do_16x16_motion_iteration() 47 vp9_full_pixel_search(cpi, x, BLOCK_16X16, &ref_full, step_param, in do_16x16_motion_iteration() 71 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16); in do_16x16_motion_iteration() 239 mi_local.sb_type = BLOCK_16X16; in update_mbgraph_frame_stats()
|
D | vp9_temporal_filter.h | 31 #define TF_SUB_BLOCK BLOCK_16X16
|
D | vp9_encodeframe.c | 178 return BLOCK_16X16; in get_rd_var_based_fixed_partition() 215 min_energy = bsize <= BLOCK_16X16 ? x->mb_energy in set_segment_index() 387 case BLOCK_16X16: { in tree_to_node() 626 cpi->vbp_bsize_min = BLOCK_16X16; in vp9_set_variance_partition_thresholds() 858 if ((*this_mi)->sb_type == BLOCK_16X16 || in set_low_temp_var_flag() 979 if ((!has_rows || !has_cols) && bsize_low > BLOCK_16X16) return 1; in scale_partitioning_svc() 1536 fill_variance_tree(&vt.split[i].split[j], BLOCK_16X16); in choose_partitioning() 1600 fill_variance_tree(vtemp, BLOCK_16X16); in choose_partitioning() 1659 thresholds[0], BLOCK_16X16, force_split[0])) { in choose_partitioning() 1666 thresholds[1], BLOCK_16X16, in choose_partitioning() [all …]
|
D | vp9_speed_features.c | 56 return BLOCK_16X16; in set_partition_min_limit() 104 sf->use_square_only_thresh_low = BLOCK_16X16; in set_good_speed_feature_framesize_dependent() 602 if (i > BLOCK_16X16) in set_rt_speed_feature_framesize_independent() 929 sf->always_this_block_size = BLOCK_16X16; in vp9_set_speed_features_framesize_independent()
|
D | vp9_context_tree.c | 16 BLOCK_16X16,
|
D | vp9_aq_cyclicrefresh.c | 79 else if (bsize >= BLOCK_16X16 && rate < cr->thresh_rate_sb && in candidate_refresh_aq() 177 if (refresh_this_block == 0 && bsize <= BLOCK_16X16 && in vp9_cyclic_refresh_update_segment()
|
D | vp9_encoder.h | 334 if (bsize == BLOCK_16X16) { in get_square_block_idx() 353 return BLOCK_16X16; in square_block_idx_to_bsize()
|
D | vp9_noise_estimate.c | 170 int bsize = BLOCK_16X16; in vp9_update_noise_estimate()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 1502 near_sad[1] = cpi->fn_ptr[BLOCK_16X16].sdf( in vp8_cal_sad() 1507 near_sad[0] = cpi->fn_ptr[BLOCK_16X16].sdf( in vp8_cal_sad() 1511 near_sad[0] = cpi->fn_ptr[BLOCK_16X16].sdf( in vp8_cal_sad() 1514 near_sad[1] = cpi->fn_ptr[BLOCK_16X16].sdf( in vp8_cal_sad() 1516 near_sad[2] = cpi->fn_ptr[BLOCK_16X16].sdf( in vp8_cal_sad() 1533 near_sad[4] = cpi->fn_ptr[BLOCK_16X16].sdf( in vp8_cal_sad() 1538 near_sad[5] = cpi->fn_ptr[BLOCK_16X16].sdf( in vp8_cal_sad() 1541 near_sad[3] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, in vp8_cal_sad() 1544 near_sad[6] = cpi->fn_ptr[BLOCK_16X16].sdf( in vp8_cal_sad() 1548 near_sad[7] = cpi->fn_ptr[BLOCK_16X16].sdf( in vp8_cal_sad() [all …]
|
D | temporal_filter.c | 161 &cpi->fn_ptr[BLOCK_16X16], NULL, NULL, &best_ref_mv1); in vp8_temporal_filter_find_matching_mb_c() 172 &cpi->fn_ptr[BLOCK_16X16], NULL, &distortion, &sse); in vp8_temporal_filter_find_matching_mb_c()
|
D | pickinter.c | 483 vp8_get_inter_mbpred_error(x, &cpi->fn_ptr[BLOCK_16X16], sse, mv); in evaluate_inter_mode() 985 &cpi->fn_ptr[BLOCK_16X16], cpi->mb.mvcost, &distortion2, &sse); in vp8_pick_inter_mode() 1017 sadpb, &cpi->fn_ptr[BLOCK_16X16], in vp8_pick_inter_mode() 1023 &cpi->fn_ptr[BLOCK_16X16], x->mvcost, &best_ref_mv); in vp8_pick_inter_mode() 1038 &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvcost, &best_ref_mv); in vp8_pick_inter_mode() 1057 &cpi->fn_ptr[BLOCK_16X16], cpi->mb.mvcost, &distortion2, &sse); in vp8_pick_inter_mode()
|