Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c393 rc->high_source_sad = 0; in vp9_rc_init()
571 if (cpi->rc.high_source_sad || in post_encode_drop_cbr()
1265 if (rc->high_source_sad && cpi->sf.use_altref_onepass) qdelta = 0; in rc_pick_q_and_bounds_one_pass_vbr()
2877 (cm->frame_type != KEY_FRAME && !rc->high_source_sad && in adjust_gf_boost_lag_one_pass_vbr()
2934 rc->high_source_sad = 0; in vp9_scene_detection_onepass()
2981 rc->high_source_sad = 1; in vp9_scene_detection_onepass()
2983 rc->high_source_sad = 0; in vp9_scene_detection_onepass()
2984 if (rc->high_source_sad && avg_sad_current > thresh_key) in vp9_scene_detection_onepass()
3046 rc->high_source_sad = 1; in vp9_scene_detection_onepass()
3048 rc->high_source_sad = 0; in vp9_scene_detection_onepass()
[all …]
Dvp9_ratectrl.h181 int high_source_sad; member
Dvp9_noise_estimate.c211 !cpi->rc.high_source_sad && in vp9_update_noise_estimate()
Dvp9_aq_cyclicrefresh.c587 cpi->rc.high_source_sad || in vp9_cyclic_refresh_setup()
Dvp9_encoder.c3985 cpi->rc.high_source_sad = 0;
3995 svc->high_source_sad_superframe = cpi->rc.high_source_sad;
4006 int tmp_high_source_sad = cpi->rc.high_source_sad;
4008 cpi->rc.high_source_sad = tmp_high_source_sad;
4017 if ((cpi->rc.high_source_sad || svc->high_source_sad_superframe) &&
4083 cpi->rc.high_source_sad = 1;
4094 (cpi->rc.high_source_sad ||
4135 (cpi->rc.high_source_sad ||
Dvp9_encodeframe.c694 if (cpi->rc.high_source_sad || in vp9_set_variance_partition_thresholds()
1323 int force_64_split = cpi->rc.high_source_sad || in choose_partitioning()
5542 if ((cpi->oxcf.rc_mode == VPX_VBR && cpi->rc.high_source_sad && in encode_nonrd_sb_row()
Dvp9_pickmode.c1764 cpi->rc.high_source_sad || in vp9_pick_inter_mode()