Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c392 rc->high_source_sad = 0; in vp9_rc_init()
565 if (cpi->rc.high_source_sad || in post_encode_drop_cbr()
1252 if (rc->high_source_sad && cpi->sf.use_altref_onepass) qdelta = 0; in rc_pick_q_and_bounds_one_pass_vbr()
2748 (cm->frame_type != KEY_FRAME && !rc->high_source_sad && in adjust_gf_boost_lag_one_pass_vbr()
2805 rc->high_source_sad = 0; in vp9_scene_detection_onepass()
2852 rc->high_source_sad = 1; in vp9_scene_detection_onepass()
2854 rc->high_source_sad = 0; in vp9_scene_detection_onepass()
2855 if (rc->high_source_sad && avg_sad_current > thresh_key) in vp9_scene_detection_onepass()
2917 rc->high_source_sad = 1; in vp9_scene_detection_onepass()
2919 rc->high_source_sad = 0; in vp9_scene_detection_onepass()
[all …]
Dvp9_ratectrl.h181 int high_source_sad; member
Dvp9_aq_cyclicrefresh.c582 cpi->rc.high_source_sad || in vp9_cyclic_refresh_setup()
Dvp9_encoder.c3802 cpi->rc.high_source_sad = 0;
3812 svc->high_source_sad_superframe = cpi->rc.high_source_sad;
3823 int tmp_high_source_sad = cpi->rc.high_source_sad;
3825 cpi->rc.high_source_sad = tmp_high_source_sad;
3832 if ((cpi->rc.high_source_sad || svc->high_source_sad_superframe) &&
3898 cpi->rc.high_source_sad = 1;
3909 (cpi->rc.high_source_sad ||
3944 (cpi->rc.high_source_sad ||
Dvp9_encodeframe.c635 if (cpi->rc.high_source_sad || in vp9_set_variance_partition_thresholds()
1265 cpi->rc.high_source_sad || in choose_partitioning()
5359 if ((cpi->oxcf.rc_mode == VPX_VBR && cpi->rc.high_source_sad && in encode_nonrd_sb_row()
Dvp9_pickmode.c1702 cpi->rc.high_source_sad || in vp9_pick_inter_mode()