Home
last modified time | relevance | path

Searched refs:RESIZE_DYNAMIC (Results 1 – 7 of 7) sorted by relevance

/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_encoder.h132 RESIZE_DYNAMIC = 2 // Coded size of each frame is determined by the codec. enumerator
Dvp9_firstpass.c2714 if (oxcf->resize_mode == RESIZE_DYNAMIC) { in define_gf_group()
3100 if (oxcf->resize_mode == RESIZE_DYNAMIC) { in find_next_key_frame()
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) &&
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/libvpx/libvpx/vp9/
Dvp9_cx_iface.c501 ? RESIZE_DYNAMIC in set_encoder_config()