Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c355 rc->high_source_sad = 0; in vp9_rc_init()
1010 if (rc->high_source_sad && cpi->sf.use_altref_onepass) qdelta = 0; in rc_pick_q_and_bounds_one_pass_vbr()
2241 (cm->frame_type != KEY_FRAME && !rc->high_source_sad && in adjust_gf_boost_lag_one_pass_vbr()
2277 rc->high_source_sad = 0; in vp9_scene_detection_onepass()
2319 rc->high_source_sad = 1; in vp9_scene_detection_onepass()
2321 rc->high_source_sad = 0; in vp9_scene_detection_onepass()
2322 if (rc->high_source_sad && avg_sad_current > thresh_key) in vp9_scene_detection_onepass()
2381 rc->high_source_sad = 1; in vp9_scene_detection_onepass()
2383 rc->high_source_sad = 0; in vp9_scene_detection_onepass()
2384 if (rc->high_source_sad && avg_sad > thresh_key) in vp9_scene_detection_onepass()
[all …]
Dvp9_ratectrl.h172 int high_source_sad; member
Dvp9_encoder.c3575 cpi->rc.high_source_sad = 0;
3644 cpi->rc.high_source_sad == 1) {
Dvp9_encodeframe.c4426 if ((cpi->oxcf.rc_mode == VPX_VBR && cpi->rc.high_source_sad && in encode_nonrd_sb_row()