Searched refs:RESIZE_NONE (Results 1 – 3 of 3) sorted by relevance
1037 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in vp9_first_pass()1191 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in get_twopass_worst_quality()1334 if (oxcf->resize_mode != RESIZE_NONE) { in vp9_init_second_pass()1348 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in get_sr_decay_rate()1487 int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) in calc_frame_boost()2747 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
437 oxcf->resize_mode = RESIZE_NONE; in set_encoder_config()