Home
last modified time | relevance | path

Searched refs:high_source_sad_superframe (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h153 int high_source_sad_superframe; member
Dvp9_noise_estimate.c212 !cpi->svc.high_source_sad_superframe) { in vp9_update_noise_estimate()
Dvp9_aq_cyclicrefresh.c602 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in vp9_cyclic_refresh_setup()
Dvp9_encoder.c3991 svc->high_source_sad_superframe = cpi->rc.high_source_sad;
3999 if (svc->high_source_sad_superframe && svc->temporal_layer_id > 0 &&
4013 if ((cpi->rc.high_source_sad || svc->high_source_sad_superframe) &&
4083 svc->high_source_sad_superframe = 1;
4094 (cpi->use_svc && svc->high_source_sad_superframe))) {
4146 (cpi->use_svc && svc->high_source_sad_superframe))) {
Dvp9_svc_layercontext.c963 svc->high_source_sad_superframe = 0; in vp9_one_pass_svc_start_layer()
Dvp9_pickmode.c1772 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in vp9_pick_inter_mode()
1793 (svc->high_source_sad_superframe || no_scaling)) in vp9_pick_inter_mode()
Dvp9_ratectrl.c578 (cpi->use_svc && cpi->svc.high_source_sad_superframe)) in post_encode_drop_cbr()
Dvp9_encodeframe.c668 (cpi->use_svc && cpi->svc.high_source_sad_superframe)) { in vp9_set_variance_partition_thresholds()
1292 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in choose_partitioning()