Home
last modified time | relevance | path

Searched refs:resize_mode (Results 1 – 14 of 14) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c207 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in get_twopass_worst_quality()
250 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) ? cpi->initial_mbs in get_sr_decay_rate()
382 int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) ? cpi->initial_mbs in calc_frame_boost()
896 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) ? cpi->initial_mbs in define_gf_group()
1624 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in av1_get_second_pass_params()
Dencoder.c339 cpi->oxcf.resize_mode == RESIZE_NONE && cpi->oxcf.speed >= 2) { in select_sb_size()
791 int is_scale = (oxcf->resize_mode || oxcf->superres_mode); in alloc_raw_frame_buffers()
3574 int y_stride_src = (cpi->oxcf.resize_mode || cpi->oxcf.superres_mode) in init_motion_estimation()
3753 switch (oxcf->resize_mode) { in calculate_next_resize_scale()
3874 static int validate_size_scales(RESIZE_MODE resize_mode, in validate_size_scales() argument
3886 if (resize_mode != RESIZE_RANDOM && superres_mode == SUPERRES_RANDOM) { in validate_size_scales()
3893 } else if (resize_mode == RESIZE_RANDOM && superres_mode != SUPERRES_RANDOM) { in validate_size_scales()
3910 } else if (resize_mode == RESIZE_RANDOM && superres_mode == SUPERRES_RANDOM) { in validate_size_scales()
3949 if (!validate_size_scales(oxcf->resize_mode, oxcf->superres_mode, oxcf->width, in calculate_next_size_params()
Dencoder.h257 RESIZE_MODE resize_mode; member
Dfirstpass.c753 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in av1_first_pass()
Drdopt.c7117 if (cpi->oxcf.resize_mode != RESIZE_RANDOM) { in single_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c296 sf->reference_masking = oxcf->resize_mode != RESIZE_DYNAMIC ? 1 : 0; in set_good_speed_feature_framesize_independent()
486 cpi->oxcf.resize_mode == RESIZE_DYNAMIC)) { in set_rt_speed_feature_framesize_independent()
Dvp9_firstpass.c706 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) ? cpi->initial_mbs in first_pass_stat_calc()
1560 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in get_twopass_worst_quality()
1736 if (oxcf->resize_mode != RESIZE_NONE) { in vp9_init_second_pass()
2714 if (oxcf->resize_mode == RESIZE_DYNAMIC) { in define_gf_group()
3100 if (oxcf->resize_mode == RESIZE_DYNAMIC) { in find_next_key_frame()
Dvp9_encoder.h202 RESIZE_TYPE resize_mode; member
Dvp9_ratectrl.c1663 if (cpi->oxcf.resize_mode == RESIZE_DYNAMIC && in vp9_rc_set_frame_target()
2303 if (cpi->oxcf.resize_mode == RESIZE_DYNAMIC) in vp9_rc_get_one_pass_cbr_params()
Dvp9_encoder.c2963 if (frame_is_kfgfarf && (oxcf->resize_mode == RESIZE_DYNAMIC) &&
3544 ((oxcf->resize_mode == RESIZE_FIXED && cm->current_video_frame == 0) ||
3545 (oxcf->resize_mode == RESIZE_DYNAMIC && cpi->resize_pending))) {
3556 oxcf->resize_mode == RESIZE_DYNAMIC && cpi->resize_pending != 0) {
Dvp9_rdopt.c2449 if (cpi->oxcf.resize_mode != RESIZE_DYNAMIC) { in single_motion_search()
/external/libaom/libaom/av1/
Dav1_cx_iface.c657 oxcf->resize_mode = (RESIZE_MODE)cfg->rc_resize_mode; in set_encoder_config()
660 if (oxcf->resize_mode == RESIZE_FIXED && in set_encoder_config()
663 oxcf->resize_mode = RESIZE_NONE; in set_encoder_config()
846 oxcf->border_in_pixels = (oxcf->resize_mode || oxcf->superres_mode) in set_encoder_config()
/external/libaom/libaom/apps/
Daomenc.c299 static const arg_def_t resize_mode = variable
341 &resize_mode,
1468 } else if (arg_match(&arg, &resize_mode, argi)) { in parse_stream_params()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c499 oxcf->resize_mode = in set_encoder_config()
504 oxcf->resize_mode = RESIZE_NONE; in set_encoder_config()