Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h149 int high_source_sad_superframe; member
Dvp9_noise_estimate.c212 !cpi->svc.high_source_sad_superframe) { in vp9_update_noise_estimate()
Dvp9_aq_cyclicrefresh.c588 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in vp9_cyclic_refresh_setup()
Dvp9_encoder.c3995 svc->high_source_sad_superframe = cpi->rc.high_source_sad;
4003 if (svc->high_source_sad_superframe && svc->temporal_layer_id > 0 &&
4017 if ((cpi->rc.high_source_sad || svc->high_source_sad_superframe) &&
4084 svc->high_source_sad_superframe = 1;
4095 (cpi->use_svc && svc->high_source_sad_superframe))) {
4136 (cpi->use_svc && svc->high_source_sad_superframe))) {
Dvp9_svc_layercontext.c944 svc->high_source_sad_superframe = 0; in vp9_one_pass_cbr_svc_start_layer()
Dvp9_pickmode.c1765 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in vp9_pick_inter_mode()
1786 (svc->high_source_sad_superframe || no_scaling)) in vp9_pick_inter_mode()
Dvp9_ratectrl.c572 (cpi->use_svc && cpi->svc.high_source_sad_superframe)) in post_encode_drop_cbr()
Dvp9_encodeframe.c695 (cpi->use_svc && cpi->svc.high_source_sad_superframe)) { in vp9_set_variance_partition_thresholds()
1324 (cpi->use_svc && cpi->svc.high_source_sad_superframe) || in choose_partitioning()