Home
last modified time | relevance | path

Searched refs:border_in_pixels (Results 1 – 23 of 23) sorted by relevance

/external/libaom/av1/encoder/
Dtune_vmaf.c167 cpi->oxcf.border_in_pixels); in residual_frame_average_variance()
171 cpi->oxcf.border_in_pixels); in residual_frame_average_variance()
345 cm->seq_params->use_highbitdepth, cpi->oxcf.border_in_pixels, in find_best_frame_unsharp_amount()
397 cm->seq_params->use_highbitdepth, cpi->oxcf.border_in_pixels, in av1_vmaf_neg_preprocessing()
418 cpi->oxcf.border_in_pixels, cm->features.byte_alignment, false, 0); in av1_vmaf_frame_preprocessing()
421 cm->seq_params->use_highbitdepth, cpi->oxcf.border_in_pixels, in av1_vmaf_frame_preprocessing()
458 cpi->oxcf.border_in_pixels, cm->features.byte_alignment, false, 0); in av1_vmaf_blk_preprocessing()
461 cpi->oxcf.border_in_pixels, in av1_vmaf_blk_preprocessing()
497 cpi->oxcf.border_in_pixels, in av1_vmaf_blk_preprocessing()
501 cpi->oxcf.border_in_pixels, in av1_vmaf_blk_preprocessing()
[all …]
Dtune_butteraugli.c212 cpi->oxcf.border_in_pixels, cm->features.byte_alignment, false, 0); in av1_setup_butteraugli_source()
220 cm->seq_params->use_highbitdepth, cpi->oxcf.border_in_pixels, in av1_setup_butteraugli_source()
246 cm->seq_params->use_highbitdepth, cpi->oxcf.border_in_pixels, in av1_setup_butteraugli_rdmult_and_restore_source()
270 0, false, false, cpi->oxcf.border_in_pixels, cpi->alloc_pyramid); in av1_setup_butteraugli_rdmult()
274 cm->features.interp_filter, 0, false, false, cpi->oxcf.border_in_pixels, in av1_setup_butteraugli_rdmult()
Dlookahead.h72 const int border_in_pixels, int byte_alignment, int num_lap_buffers,
Dlookahead.c48 const int border_in_pixels, int byte_alignment, int num_lap_buffers, in av1_lookahead_init() argument
84 use_highbitdepth, border_in_pixels, byte_alignment, NULL, NULL, in av1_lookahead_init()
Dpartition_strategy.h146 mi_width, cpi->oxcf.border_in_pixels); in set_offsets_for_motion_search()
Dpicklpf.c332 seq_params->use_highbitdepth, cpi->oxcf.border_in_pixels, in av1_pick_filter_level()
Dtpl_model.h247 int border_in_pixels; member
Dtemporal_filter.c898 cpi->oxcf.border_in_pixels); in av1_tf_do_filtering_row()
902 cpi->oxcf.border_in_pixels); in av1_tf_do_filtering_row()
1471 cpi->oxcf.border_in_pixels, cm->features.byte_alignment, NULL, NULL, in av1_tf_info_alloc()
Dencoder.c2013 aom_calc_y_stride(aligned_width, cpi->oxcf.border_in_pixels); in init_motion_estimation()
2207 oxcf->border_in_pixels = av1_get_enc_border_size( in av1_set_frame_size()
2215 cpi->oxcf.border_in_pixels, cm->features.byte_alignment, NULL, NULL, in av1_set_frame_size()
2509 cpi->oxcf.border_in_pixels, cm->features.byte_alignment, false, in encode_without_recode()
2559 false, cpi->oxcf.border_in_pixels, cpi->alloc_pyramid); in encode_without_recode()
2581 phase_scaler, true, false, cpi->oxcf.border_in_pixels, in encode_without_recode()
2688 cpi->oxcf.border_in_pixels, cm->features.byte_alignment, false, in encode_without_recode()
2858 false, false, cpi->oxcf.border_in_pixels, cpi->alloc_pyramid); in encode_with_recode_loop()
2877 EIGHTTAP_REGULAR, 0, false, false, cpi->oxcf.border_in_pixels, in encode_with_recode_loop()
Dencoder_utils.c1105 0, false, false, cpi->oxcf.border_in_pixels, cpi->alloc_pyramid); in av1_determine_sc_tools_with_encoding()
1109 cm->features.interp_filter, 0, false, false, cpi->oxcf.border_in_pixels, in av1_determine_sc_tools_with_encoding()
Dtpl_model.c160 tpl_data->border_in_pixels = in av1_setup_tpl_buffers()
198 seq_params->use_highbitdepth, tpl_data->border_in_pixels, in av1_setup_tpl_buffers()
1468 tpl_data->border_in_pixels); in av1_mc_flow_dispenser_row()
1496 cpi->ppi->tpl_data.border_in_pixels); in mc_flow_dispenser()
Dfirstpass.c732 cpi->oxcf.border_in_pixels); in firstpass_inter_prediction()
1191 (fp_block_size_height >> MI_SIZE_LOG2), cpi->oxcf.border_in_pixels); in av1_first_pass_row()
Dencode_strategy.c808 cpi->oxcf.border_in_pixels, cm->features.byte_alignment, NULL, NULL,
913 false, true, cpi->oxcf.border_in_pixels, cpi->alloc_pyramid);
Dallintra_vis.c598 cpi->oxcf.border_in_pixels, cm->features.byte_alignment, NULL, NULL, in av1_set_mb_wiener_variance()
Dencoder.h1036 int border_in_pixels; member
Dethread.c2202 cpi->oxcf.border_in_pixels); in tpl_worker_hook()
Dratectrl.c3090 const int border = (cpi->oxcf.border_in_pixels >> 4) << 4; in estimate_scroll_motion()
Dmcomp.c2103 const int border = (cpi->oxcf.border_in_pixels >> 4) << 4; in av1_int_pro_motion_estimation()
Dpartition_search.c677 mi_width, cpi->oxcf.border_in_pixels); in av1_set_offsets_without_segment_id()
/external/libaom/av1/common/
Dresize.h38 const bool for_psnr, const int border_in_pixels, const bool alloc_pyramid);
Dresize.c1206 const bool for_psnr, const int border_in_pixels, const bool alloc_pyramid) { in av1_realloc_and_scale_if_required() argument
1225 border_in_pixels, cm->features.byte_alignment, NULL, NULL, NULL, in av1_realloc_and_scale_if_required()
/external/libaom/examples/
Dlightfield_encoder.c298 int border_in_pixels = in pass1() local
303 cfg->g_h, 32, 8, border_in_pixels)) { in pass1()
/external/libaom/av1/
Dav1_cx_iface.c1506 oxcf->border_in_pixels = in set_encoder_config()
3066 return cpi->oxcf.border_in_pixels; in get_src_border_in_pixels()
3078 const int border_in_pixels = in get_src_border_in_pixels() local
3080 return border_in_pixels; in get_src_border_in_pixels()
3269 oxcf->border_in_pixels = in encoder_encode()
3273 ppi->parallel_cpi[i]->oxcf.border_in_pixels = oxcf->border_in_pixels; in encoder_encode()