Home
last modified time | relevance | path

Searched refs:BLOCK_16X16 (Results 1 – 25 of 52) sorted by relevance

123

/external/libaom/libaom/test/
Dintrabc_test.cc38 { { 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()
Dblockd_test.cc24 BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X16, in TEST()
52 BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X16, in TEST()
/external/libaom/libaom/av1/common/
Dcommon_data.h73 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 } },
/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c74 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 } },
Dvp9_mfqe.c72 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()
Dvp9_enums.h52 #define BLOCK_16X16 6 macro
/external/libaom/libaom/av1/encoder/
Dtpl_model.h23 case 16: return BLOCK_16X16; in convert_length_to_bsize()
28 return BLOCK_16X16; in convert_length_to_bsize()
Dpartition_strategy.c43 case BLOCK_16X16: return 3; in convert_bsize_to_idx()
181 } else if (bsize == BLOCK_16X16) { in av1_intra_mode_cnn_partition()
599 } else if (bsize == BLOCK_16X16) { in av1_simple_motion_search_early_term_none()
652 const BLOCK_SIZE mb_size = BLOCK_16X16; in av1_get_max_min_partition_features()
841 case BLOCK_16X16: in av1_ml_early_term_after_split()
922 case BLOCK_16X16: in av1_ml_prune_rect_partition()
1013 case BLOCK_16X16: nn_config = &av1_ab_partition_nnconfig_16; break; in av1_ml_prune_ab_partition()
1069 case BLOCK_16X16: thresh -= 150; break; in av1_ml_prune_ab_partition()
1101 case BLOCK_16X16: nn_config = &av1_4_partition_nnconfig_16; break; in av1_ml_prune_4_partition()
1209 case BLOCK_16X16: thresh -= 500; break; in av1_ml_prune_4_partition()
[all …]
Dvar_based_part.c67 case BLOCK_16X16: { in tree_to_node()
447 if ((*this_mi)->sb_type == BLOCK_16X16 || in set_low_temp_var_flag_64x64()
521 if ((*mi_32)->sb_type == BLOCK_16X16 || in set_low_temp_var_flag_128x128()
796 fill_variance_tree(&vt->split[m].split[i].split[j], BLOCK_16X16); in av1_choose_var_based_partitioning()
872 fill_variance_tree(vtemp, BLOCK_16X16); in av1_choose_var_based_partitioning()
944 thresholds[0], BLOCK_16X16, force_split[0])) { in av1_choose_var_based_partitioning()
954 thresholds[1], BLOCK_16X16, in av1_choose_var_based_partitioning()
963 BLOCK_16X16, force_split[5 + m2 + i])) { in av1_choose_var_based_partitioning()
975 if (!set_vt_partitioning(cpi, x, xd, tile, vtemp, BLOCK_16X16, in av1_choose_var_based_partitioning()
Dfirstpass.c251 if (mi_size_wide[BLOCK_16X16] * mb_col + mi_size_wide[BLOCK_8X8] < in get_bsize()
253 return mi_size_wide[BLOCK_16X16] * mb_row + mi_size_wide[BLOCK_8X8] < in get_bsize()
255 ? BLOCK_16X16 in get_bsize()
258 return mi_size_wide[BLOCK_16X16] * mb_row + mi_size_wide[BLOCK_8X8] < in get_bsize()
867 const BLOCK_SIZE fp_block_size = BLOCK_16X16; in av1_first_pass()
Dencoder.c467 const int row_scale = mi_size_high[BLOCK_16X16] == 2 ? 1 : 2; in av1_set_active_map()
468 const int col_scale = mi_size_wide[BLOCK_16X16] == 2 ? 1 : 2; in av1_set_active_map()
498 const int row_scale = mi_size_high[BLOCK_16X16] == 2 ? 1 : 2; in av1_get_active_map()
499 const int col_scale = mi_size_wide[BLOCK_16X16] == 2 ? 1 : 2; in av1_get_active_map()
682 mi_params->mi_alloc_bsize = BLOCK_16X16; in stat_stage_set_mb_mi()
1901 HIGHBD_BFP(BLOCK_16X16, aom_highbd_sad16x16_bits8,
1994 HIGHBD_MBFP(BLOCK_16X16, aom_highbd_masked_sad16x16_bits8,
2047 HIGHBD_OBFP(BLOCK_16X16, aom_highbd_obmc_sad16x16_bits8,
2185 HIGHBD_BFP(BLOCK_16X16, aom_highbd_sad16x16_bits10,
2282 HIGHBD_MBFP(BLOCK_16X16, aom_highbd_masked_sad16x16_bits10,
[all …]
Dnonrd_pickmode.c209 if (bsize < BLOCK_16X16) return -1; in search_new_mv()
1203 case BLOCK_16X16:
1276 case BLOCK_16X16:
1664 bsize <= BLOCK_16X16 && x->content_state_sb != kLowVarHighSumdiff &&
1734 (bsize > BLOCK_64X64 || (bsize > BLOCK_16X16 && this_mode == NEWMV)))
2151 BLOCK_SIZE bss[5] = { BLOCK_8X8, BLOCK_16X16, BLOCK_32X32, BLOCK_64X64,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.h58 if (bsize == BLOCK_16X16) { in get_square_block_idx()
76 return BLOCK_16X16; in square_block_idx_to_bsize()
Dvp9_temporal_filter.h31 #define TF_SUB_BLOCK BLOCK_16X16
Dvp9_mcomp.h163 case BLOCK_16X16: in get_square_block_size()
165 case BLOCK_32X16: square_bsize = BLOCK_16X16; break; in get_square_block_size()
Dvp9_mbgraph.c32 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()
Dvp9_encodeframe.c187 return BLOCK_16X16; in get_rd_var_based_fixed_partition()
226 min_energy = bsize <= BLOCK_16X16 ? x->mb_energy in set_segment_index()
275 const int bsize_base = BLOCK_16X16; in set_ssim_rdmult()
445 case BLOCK_16X16: { in tree_to_node()
685 cpi->vbp_bsize_min = BLOCK_16X16; in vp9_set_variance_partition_thresholds()
917 if ((*this_mi)->sb_type == BLOCK_16X16 || in set_low_temp_var_flag()
1038 if ((!has_rows || !has_cols) && bsize_low > BLOCK_16X16) return 1; in scale_partitioning_svc()
1604 fill_variance_tree(&vt.split[i].split[j], BLOCK_16X16); in choose_partitioning()
1668 fill_variance_tree(vtemp, BLOCK_16X16); in choose_partitioning()
1727 thresholds[0], BLOCK_16X16, force_split[0])) { in choose_partitioning()
[all …]
Dvp9_speed_features.c57 return BLOCK_16X16; in set_partition_min_limit()
105 sf->use_square_only_thresh_low = BLOCK_16X16; in set_good_speed_feature_framesize_dependent()
604 if (i > BLOCK_16X16) in set_rt_speed_feature_framesize_independent()
951 sf->always_this_block_size = BLOCK_16X16; in vp9_set_speed_features_framesize_independent()
Dvp9_context_tree.c16 BLOCK_16X16,
Dvp9_aq_cyclicrefresh.c79 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()
/external/libvpx/libvpx/test/
Dvp9_denoiser_test.cc112 make_tuple(&vp9_denoiser_filter_sse2, BLOCK_16X16),
127 make_tuple(&vp9_denoiser_filter_neon, BLOCK_16X16),
Dnon_greedy_mv_test.cc171 BLOCK_SIZE bsize = BLOCK_16X16; in TEST()
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c1502 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 …]
Dtemporal_filter.c161 &cpi->fn_ptr[BLOCK_16X16], 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()
Dpickinter.c483 vp8_get_inter_mbpred_error(x, &cpi->fn_ptr[BLOCK_16X16], sse, mv); in evaluate_inter_mode()
988 &cpi->fn_ptr[BLOCK_16X16], cpi->mb.mvcost, &distortion2, &sse); in vp8_pick_inter_mode()
1020 sadpb, &cpi->fn_ptr[BLOCK_16X16], in vp8_pick_inter_mode()
1026 &cpi->fn_ptr[BLOCK_16X16], x->mvcost, &best_ref_mv); in vp8_pick_inter_mode()
1041 &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvcost, &best_ref_mv); in vp8_pick_inter_mode()
1060 &cpi->fn_ptr[BLOCK_16X16], cpi->mb.mvcost, &distortion2, &sse); in vp8_pick_inter_mode()

123