Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h149 int high_source_sad_superframe; member
Dvp9_aq_cyclicrefresh.c583 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in vp9_cyclic_refresh_setup()
Dvp9_encoder.c3812 svc->high_source_sad_superframe = cpi->rc.high_source_sad;
3820 if (svc->high_source_sad_superframe && svc->temporal_layer_id > 0 &&
3832 if ((cpi->rc.high_source_sad || svc->high_source_sad_superframe) &&
3899 svc->high_source_sad_superframe = 1;
3910 (cpi->use_svc && svc->high_source_sad_superframe))) {
3945 (cpi->use_svc && svc->high_source_sad_superframe))) {
Dvp9_svc_layercontext.c888 svc->high_source_sad_superframe = 0; in vp9_one_pass_cbr_svc_start_layer()
Dvp9_pickmode.c1703 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in vp9_pick_inter_mode()
1724 (svc->high_source_sad_superframe || no_scaling)) in vp9_pick_inter_mode()
Dvp9_ratectrl.c566 (cpi->use_svc && cpi->svc.high_source_sad_superframe)) in post_encode_drop_cbr()
Dvp9_encodeframe.c636 (cpi->use_svc && cpi->svc.high_source_sad_superframe)) { in vp9_set_variance_partition_thresholds()
1266 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in choose_partitioning()