Home
last modified time | relevance | path

Searched refs:use_svc (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c192 int use_svc, int spatial_layer, int use_gf_temporal_ref) { in perform_motion_compensation() argument
255 if (use_svc) { in perform_motion_compensation()
417 cpi->gld_fb_idx, cpi->use_svc, cpi->svc.spatial_layer_id, in vp9_denoiser_denoise()
608 int use_svc, int noise_sen, int width, int height, in vp9_denoiser_alloc() argument
619 if (use_svc) { in vp9_denoiser_alloc()
635 denoiser->num_ref_frames = use_svc ? SVC_REF_FRAMES : NONSVC_REF_FRAMES; in vp9_denoiser_alloc()
636 init_num_ref_frames = use_svc ? MAX_REF_FRAMES : NONSVC_REF_FRAMES; in vp9_denoiser_alloc()
792 if (cpi->use_svc) { in vp9_denoiser_update_ref_frame()
Dvp9_speed_features.c615 if (!cpi->use_svc) sf->bias_golden = 1; in set_rt_speed_feature_framesize_independent()
619 if (cpi->use_svc && svc->spatial_layer_id > 0) sf->nonrd_keyframe = 1; in set_rt_speed_feature_framesize_independent()
656 (!cpi->use_svc || in set_rt_speed_feature_framesize_independent()
691 if (cpi->use_svc && cpi->row_mt && cpi->oxcf.max_threads > 1) in set_rt_speed_feature_framesize_independent()
698 (!cpi->use_svc || in set_rt_speed_feature_framesize_independent()
712 if (cpi->use_svc && svc->use_partition_reuse && in set_rt_speed_feature_framesize_independent()
719 if (cpi->use_svc && svc->use_gf_temporal_ref_current_layer && in set_rt_speed_feature_framesize_independent()
728 if (!cpi->use_svc) cpi->max_copied_frame = 4; in set_rt_speed_feature_framesize_independent()
740 if (!cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR && in set_rt_speed_feature_framesize_independent()
Dvp9_ratectrl.c441 if (!cpi->use_svc || cpi->svc.framedrop_mode != FULL_SUPERFRAME_DROP) { in check_buffer_above_thresh()
468 if (!cpi->use_svc || cpi->svc.framedrop_mode == LAYER_DROP) { in check_buffer_below_thresh()
506 if (cpi->use_svc) { in drop_frame()
566 (cpi->use_svc && cpi->svc.high_source_sad_superframe)) in post_encode_drop_cbr()
573 if (cpi->use_svc) { in post_encode_drop_cbr()
608 if (cpi->use_svc && svc->spatial_layer_id > 0 && in vp9_rc_drop_frame()
616 if (cpi->use_svc) { in vp9_rc_drop_frame()
684 !rc->is_src_frame_alt_ref && !cpi->use_svc && in get_rate_correction_factor()
711 !rc->is_src_frame_alt_ref && !cpi->use_svc && in set_rate_correction_factor()
943 if (cpi->use_svc && cpi->svc.spatial_layer_id > 0) { in calc_active_worst_quality_one_pass_cbr()
[all …]
Dvp9_noise_estimate.c27 return (!cpi->use_svc || in noise_est_svc()
28 (cpi->use_svc && in noise_est_svc()
67 cpi->resize_state == ORIG && cpi->resize_pending == 0 && !cpi->use_svc && in enable_noise_estimation()
Dvp9_encoder.h751 int use_svc; member
897 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
1013 return (cpi->use_svc && cpi->oxcf.pass == 0); in is_one_pass_cbr_svc()
1018 return (!cpi->use_svc || (cpi->use_svc && cpi->svc.spatial_layer_id >= in denoise_svc()
Dvp9_bitstream.h42 !cpi->use_svc; in vp9_preserve_existing_gf()
Dvp9_pickmode.c231 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()
[all …]
Dvp9_aq_cyclicrefresh.c287 if (!cpi->use_svc && cpi->ext_refresh_frame_flags_pending == 0 && in vp9_cyclic_refresh_postencode()
487 (cpi->use_svc && in vp9_cyclic_refresh_update_parameters()
489 (!cpi->use_svc && rc->avg_frame_low_motion < thresh_low_motion && in vp9_cyclic_refresh_update_parameters()
583 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in vp9_cyclic_refresh_setup()
Dvp9_encoder.c797 if (!cpi->use_svc) cm->frame_context_idx = cpi->refresh_alt_ref_frame; in setup_frame()
803 if (cpi->multi_layer_arf && !cpi->use_svc) { in setup_frame()
2012 if (cpi->use_svc) { in vp9_change_config()
2140 cpi->use_svc = 0; in vp9_create_compressor()
2673 if (cpi->use_svc) in generate_psnr_packet()
3095 if (cpi->use_svc &&
3227 if (cpi->oxcf.pass == 0 && !cpi->use_svc) {
3244 if (cpi->oxcf.pass != 0 || cpi->use_svc)
3253 if (cpi->oxcf.pass == 0 && !cpi->use_svc) {
3513 if (vp9_denoiser_alloc(cm, &cpi->svc, &cpi->denoiser, cpi->use_svc,
[all …]
Dvp9_denoiser.h96 int use_svc, int noise_sen, int width, int height,
Dvp9_bitstream.c928 if (cpi->use_svc && cpi->svc.use_set_ref_frame_config && in vp9_get_refresh_mask()
1131 if (cpi->use_svc && in write_frame_size_with_refs()
Dvp9_ethread.c90 if (cpi->use_svc && !cpi->row_mt) { in create_enc_workers()
Dvp9_encodeframe.c636 (cpi->use_svc && cpi->svc.high_source_sad_superframe)) { in vp9_set_variance_partition_thresholds()
921 if (cpi->use_svc) { in copy_partitioning()
1266 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in choose_partitioning()
1287 if (cpi->use_svc) { in choose_partitioning()
1298 if (cpi->oxcf.speed >= 8 || (cpi->use_svc && cpi->svc.non_reference_frame)) in choose_partitioning()
3747 if (cpi->use_svc) { in rd_pick_partition()
5736 !cpi->use_svc) in encode_frame_internal()
6159 (!cpi->use_svc || in encode_superblock()
6160 (cpi->use_svc && in encode_superblock()
Dvp9_firstpass.c1482 if (cpi->use_svc) vp9_inc_frame_in_layer(cpi); in vp9_first_pass()
3150 !cpi->use_svc) { in vp9_rc_get_second_pass_params()
3237 !cpi->use_svc) { in vp9_rc_get_second_pass_params()
Dvp9_temporal_filter.c1082 if (cpi->use_svc) { in vp9_temporal_filter()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1059 (cpi->use_svc && cpi->svc in get_frame_pkt_flags()
1195 if (size || (cpi->use_svc && cpi->svc.skip_enhancement_layer)) { in encoder_encode()
1200 (cpi->use_svc && in encoder_encode()