Lines Matching refs:use_svc
231 if (cpi->use_svc && cpi->svc.non_reference_frame) { in combined_motion_search()
704 (cpi->use_svc && in block_yrd()
902 if (cpi->use_svc && ref_frame == GOLDEN_FRAME) return; in encode_breakout_test()
1560 if (cpi->use_svc && svc->use_base_mv && bsize < BLOCK_16X16 && in search_new_mv()
1695 int num_inter_modes = (cpi->use_svc) ? RT_INTER_MODES_SVC : RT_INTER_MODES; in vp9_pick_inter_mode()
1703 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in vp9_pick_inter_mode()
1716 if (cpi->use_svc && svc->spatial_layer_id > 0) { in vp9_pick_inter_mode()
1737 if (!cpi->use_svc || in vp9_pick_inter_mode()
1823 if (cpi->use_svc) denoise_svc_pickmode = vp9_denoise_svc_non_key(cpi); in vp9_pick_inter_mode()
1855 if (cpi->use_svc && svc->force_zero_mode_spatial_ref && in vp9_pick_inter_mode()
1893 if (cpi->oxcf.speed >= 8 && !cpi->use_svc && in vp9_pick_inter_mode()
1926 if (cpi->use_svc || cpi->oxcf.speed <= 7 || bsize < BLOCK_32X32) in vp9_pick_inter_mode()
1933 if (cpi->use_svc && svc->spatial_layer_id > 0 && in vp9_pick_inter_mode()
1963 if (cpi->use_svc) { in vp9_pick_inter_mode()
2014 if (cpi->use_svc && ref_frame == GOLDEN_FRAME && in vp9_pick_inter_mode()
2072 if (cpi->use_svc) { in vp9_pick_inter_mode()
2199 (cpi->use_svc || cpi->oxcf.rc_mode == VPX_VBR))) && in vp9_pick_inter_mode()
2215 if (cpi->use_svc && ref_frame == GOLDEN_FRAME && in vp9_pick_inter_mode()
2234 if (cpi->use_svc && ref_frame == LAST_FRAME && in vp9_pick_inter_mode()