Home
last modified time | relevance | path

Searched refs:RESIZE_NONE (Results 1 – 8 of 8) 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.h119 RESIZE_NONE = 0, // No frame resizing allowed. enumerator
Dfirstpass.c753 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in av1_first_pass()
Dencoder.c339 cpi->oxcf.resize_mode == RESIZE_NONE && cpi->oxcf.speed >= 2) { in select_sb_size()
3754 case RESIZE_NONE: new_denom = SCALE_NUMERATOR; break; in calculate_next_resize_scale()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h130 RESIZE_NONE = 0, // No frame resizing allowed (except for SVC). enumerator
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()
/external/libaom/libaom/av1/
Dav1_cx_iface.c663 oxcf->resize_mode = RESIZE_NONE; in set_encoder_config()
2297 RESIZE_NONE, // rc_resize_mode
2365 RESIZE_NONE, // rc_resize_mode
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c504 oxcf->resize_mode = RESIZE_NONE; in set_encoder_config()