/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 617 if (!cpi->use_svc) sf->bias_golden = 1; in set_rt_speed_feature_framesize_independent() 621 if (cpi->use_svc && svc->spatial_layer_id > 0) sf->nonrd_keyframe = 1; in set_rt_speed_feature_framesize_independent() 624 if (cm->width * cm->height <= 352 * 288 && !cpi->use_svc && in set_rt_speed_feature_framesize_independent() 655 (!cpi->use_svc || in set_rt_speed_feature_framesize_independent() 693 if (cpi->use_svc && cpi->row_mt && cpi->oxcf.max_threads > 1) in set_rt_speed_feature_framesize_independent() 700 (!cpi->use_svc || in set_rt_speed_feature_framesize_independent() 714 if (cpi->use_svc && svc->use_partition_reuse && in set_rt_speed_feature_framesize_independent() 721 if (cpi->use_svc && svc->use_gf_temporal_ref_current_layer && in set_rt_speed_feature_framesize_independent() 731 if (!cpi->use_svc) cpi->max_copied_frame = 4; in set_rt_speed_feature_framesize_independent() 744 if (!cpi->use_svc && cpi->oxcf.rc_mode == VPX_CBR && in set_rt_speed_feature_framesize_independent()
|
D | vp9_denoiser.c | 192 int use_svc, int spatial_layer, int use_gf_temporal_ref) { in perform_motion_compensation() argument 254 if (use_svc) { in perform_motion_compensation() 416 cpi->gld_fb_idx, cpi->use_svc, cpi->svc.spatial_layer_id, in vp9_denoiser_denoise() 607 int use_svc, int noise_sen, int width, int height, in vp9_denoiser_alloc() argument 618 if (use_svc) { in vp9_denoiser_alloc() 634 denoiser->num_ref_frames = use_svc ? SVC_REF_FRAMES : NONSVC_REF_FRAMES; in vp9_denoiser_alloc() 635 init_num_ref_frames = use_svc ? MAX_REF_FRAMES : NONSVC_REF_FRAMES; in vp9_denoiser_alloc() 791 if (cpi->use_svc) { in vp9_denoiser_update_ref_frame()
|
D | vp9_ratectrl.c | 447 if (!cpi->use_svc || cpi->svc.framedrop_mode != FULL_SUPERFRAME_DROP) { in check_buffer_above_thresh() 474 if (!cpi->use_svc || cpi->svc.framedrop_mode == LAYER_DROP) { in check_buffer_below_thresh() 512 if (cpi->use_svc) { in vp9_test_drop() 572 (cpi->use_svc && cpi->svc.high_source_sad_superframe)) in post_encode_drop_cbr() 579 if (cpi->use_svc) { in post_encode_drop_cbr() 614 if (cpi->use_svc && svc->spatial_layer_id > 0 && in vp9_rc_drop_frame() 624 if (cpi->use_svc) { in vp9_rc_drop_frame() 695 !rc->is_src_frame_alt_ref && !cpi->use_svc && in get_rate_correction_factor() 722 !rc->is_src_frame_alt_ref && !cpi->use_svc && in set_rate_correction_factor() 954 if (cpi->use_svc && cpi->svc.spatial_layer_id > 0) { in calc_active_worst_quality_one_pass_cbr() [all …]
|
D | vp9_noise_estimate.c | 27 return (!cpi->use_svc || in noise_est_svc() 28 (cpi->use_svc && in noise_est_svc() 68 cpi->resize_state == ORIG && cpi->resize_pending == 0 && !cpi->use_svc && in enable_noise_estimation()
|
D | vp9_bitstream.h | 42 !cpi->use_svc; in vp9_preserve_existing_gf()
|
D | vp9_encoder.h | 749 int use_svc; member 908 void vp9_set_svc(VP9_COMP *cpi, int use_svc); 1024 return (cpi->use_svc && cpi->oxcf.pass == 0); in is_one_pass_cbr_svc() 1029 return (!cpi->use_svc || (cpi->use_svc && cpi->svc.spatial_layer_id >= in denoise_svc()
|
D | vp9_aq_cyclicrefresh.c | 288 if (!cpi->use_svc && cpi->ext_refresh_frame_flags_pending == 0 && in vp9_cyclic_refresh_postencode() 490 (cpi->use_svc && in vp9_cyclic_refresh_update_parameters() 492 (!cpi->use_svc && rc->avg_frame_low_motion < thresh_low_motion && in vp9_cyclic_refresh_update_parameters() 494 (!cpi->use_svc && rc->avg_frame_qindex[INTER_FRAME] > qp_max_thresh && in vp9_cyclic_refresh_update_parameters() 588 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in vp9_cyclic_refresh_setup()
|
D | vp9_denoiser.h | 96 int use_svc, int noise_sen, int width, int height,
|
D | vp9_pickmode.c | 231 if (cpi->use_svc && cpi->svc.non_reference_frame) { in combined_motion_search() 730 (cpi->use_svc && in block_yrd() 938 if (cpi->use_svc && ref_frame == GOLDEN_FRAME) return; in encode_breakout_test() 1621 if (cpi->use_svc && svc->use_base_mv && bsize < BLOCK_16X16 && in search_new_mv() 1753 int num_inter_modes = (cpi->use_svc) ? RT_INTER_MODES_SVC : RT_INTER_MODES; in vp9_pick_inter_mode() 1765 (cpi->use_svc && cpi->svc.high_source_sad_superframe); in vp9_pick_inter_mode() 1778 if (cpi->use_svc && svc->spatial_layer_id > 0) { in vp9_pick_inter_mode() 1799 if (!cpi->use_svc || in vp9_pick_inter_mode() 1894 if (cpi->use_svc) denoise_svc_pickmode = vp9_denoise_svc_non_key(cpi); in vp9_pick_inter_mode() 1926 if (cpi->use_svc && svc->force_zero_mode_spatial_ref && in vp9_pick_inter_mode() [all …]
|
D | vp9_encoder.c | 818 if (!cpi->use_svc) cm->frame_context_idx = cpi->refresh_alt_ref_frame; in setup_frame() 824 if (cpi->multi_layer_arf && !cpi->use_svc) { in setup_frame() 2060 if (cpi->use_svc) { in vp9_change_config() 2233 if (vp9_denoiser_alloc(cm, &cpi->svc, &cpi->denoiser, cpi->use_svc, in setup_denoiser_buffer() 2293 cpi->use_svc = 0; in vp9_create_compressor() 3295 if (cpi->use_svc && 3427 if (cpi->oxcf.pass == 0 && !cpi->use_svc) { 3444 if (cpi->oxcf.pass != 0 || cpi->use_svc) 3453 if (cpi->oxcf.pass == 0 && !cpi->use_svc) { 3738 if (oxcf->pass == 0 && oxcf->rc_mode == VPX_CBR && !cpi->use_svc && [all …]
|
D | vp9_bitstream.c | 933 if (cpi->use_svc && cpi->svc.use_set_ref_frame_config && in vp9_get_refresh_mask() 1136 if (cpi->use_svc && in write_frame_size_with_refs()
|
D | vp9_ethread.c | 90 if (cpi->use_svc && !cpi->row_mt) { in create_enc_workers()
|
D | vp9_firstpass.c | 1482 if (cpi->use_svc) vp9_inc_frame_in_layer(cpi); in vp9_first_pass() 2893 if (!is_lossless_requested(&cpi->oxcf) && !cpi->use_svc && in define_gf_group() 3405 !cpi->use_svc) { in vp9_rc_get_second_pass_params() 3494 !cpi->use_svc) { in vp9_rc_get_second_pass_params()
|
D | vp9_encodeframe.c | 695 (cpi->use_svc && cpi->svc.high_source_sad_superframe)) { in vp9_set_variance_partition_thresholds() 980 if (cpi->use_svc) { in copy_partitioning() 1324 (cpi->use_svc && cpi->svc.high_source_sad_superframe) || in choose_partitioning() 1348 if (cpi->use_svc) { in choose_partitioning() 1359 if (cpi->oxcf.speed >= 8 || (cpi->use_svc && cpi->svc.non_reference_frame)) in choose_partitioning() 3920 if (cpi->use_svc) { in rd_pick_partition() 6022 !cpi->use_svc) in encode_frame_internal() 6472 (!cpi->use_svc || in encode_superblock() 6473 (cpi->use_svc && in encode_superblock()
|
D | vp9_temporal_filter.c | 1140 if (cpi->use_svc) { in vp9_temporal_filter()
|
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.c | 254 if (cpi->use_svc) update_layer_buffer_level(&cpi->svc, encoded_frame_size); in update_buffer_level() 390 if (cm->current_frame.frame_type != KEY_FRAME && !cpi->use_svc && in adjust_q_cbr() 440 !rc->is_src_frame_alt_ref && !cpi->use_svc && in get_rate_correction_factor() 466 !rc->is_src_frame_alt_ref && !cpi->use_svc && in set_rate_correction_factor() 792 } else if (!rc->is_src_frame_alt_ref && !cpi->use_svc && in rc_pick_q_and_bounds_one_pass_cbr() 1589 if ((cpi->use_svc && cpi->oxcf.rc_mode == AOM_CBR) || in av1_rc_postencode_update() 1910 if (cpi->use_svc) { in av1_calc_pframe_target_size_one_pass_cbr() 2036 if (cpi->use_svc) { in av1_get_one_pass_rt_params() 2040 if ((!cpi->use_svc && rc->frames_to_key == 0) || in av1_get_one_pass_rt_params() 2041 (cpi->use_svc && cpi->svc.spatial_layer_id == 0 && in av1_get_one_pass_rt_params() [all …]
|
D | encode_strategy.c | 239 if (intra_only || frame_params->error_resilient_mode || cpi->use_svc || in choose_primary_ref_frame() 321 if (cpi->use_svc && cpi->svc.spatial_layer_id > 0) { in adjust_frame_rate() 1318 if (cpi->use_svc) av1_save_layer_context(cpi); in av1_encode_strategy()
|
D | encoder.c | 911 if (cpi->use_svc) av1_free_svc_cyclic_refresh(cpi); in dealloc_compressor_data() 1324 const AV1EncoderConfig *oxcf, int use_svc) { in init_seq_coding_tools() argument 1333 !oxcf->large_scale_tile && oxcf->error_resilient_mode && !use_svc; in init_seq_coding_tools() 1483 cpi->use_svc = 0; in init_config() 2969 init_seq_coding_tools(&cm->seq_params, cm, oxcf, cpi->use_svc); in av1_change_config() 2972 if (cpi->use_svc) in av1_change_config() 4706 if (has_no_stats_stage(cpi) && cpi->use_svc && in calculate_next_size_params() 6820 if (cpi->use_svc && cm->number_spatial_layers > 1) { in av1_get_compressed_data()
|
D | encoder.h | 1335 int use_svc; member
|
D | var_based_part.c | 702 if (!cpi->use_svc && (cpi->ref_frame_flags & AOM_GOLD_FLAG) && in av1_choose_var_based_partitioning()
|
D | nonrd_pickmode.c | 1710 if (cpi->use_svc && frame_mv[this_mode][ref_frame].as_int != 0) {
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1062 (cpi->use_svc && cpi->svc in get_frame_pkt_flags() 1214 if (cpi->oxcf.pass == 1 && !cpi->use_svc) { in encoder_encode() 1248 if (size > 0 && !cpi->use_svc) { in encoder_encode() 1258 if (size || (cpi->use_svc && cpi->svc.skip_enhancement_layer)) { in encoder_encode() 1261 (cpi->use_svc && cpi->svc.spatial_layer_id < in encoder_encode()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 2501 cpi->use_svc = 1; in ctrl_set_svc_params()
|