Searched refs:RESIZE_NONE (Results 1 – 3 of 3) sorted by relevance
1038 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in vp9_first_pass()1195 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in get_twopass_worst_quality()1338 if (oxcf->resize_mode != RESIZE_NONE) { in vp9_init_second_pass()1352 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in get_sr_decay_rate()1491 int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in calc_frame_boost()2746 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in vp9_rc_get_second_pass_params()
118 RESIZE_NONE = 0, // No frame resizing allowed (except for SVC). enumerator
445 oxcf->resize_mode = RESIZE_NONE; in set_encoder_config()