Home
last modified time | relevance | path

Searched refs:RESIZE_NONE (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1038 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()
Dvp9_encoder.h118 RESIZE_NONE = 0, // No frame resizing allowed (except for SVC). enumerator
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c445 oxcf->resize_mode = RESIZE_NONE; in set_encoder_config()