Home
last modified time | relevance | path

Searched refs:noise_sensitivity (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_noise_estimate.c57 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi) && in enable_noise_estimation()
123 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi)) { in vp9_update_noise_estimate()
143 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi)) in vp9_update_noise_estimate()
160 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi) && in vp9_update_noise_estimate()
271 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi)) in vp9_update_noise_estimate()
278 if (cpi->oxcf.noise_sensitivity > 0 && noise_est_svc(cpi)) in vp9_update_noise_estimate()
Dvp9_encoder.h154 int noise_sensitivity; // pre processing blur: recommendation 0 member
Dvp9_encoder.c3488 if (cpi->oxcf.noise_sensitivity > 0) {
3490 switch (cpi->oxcf.noise_sensitivity) {
3511 if (cpi->oxcf.noise_sensitivity > 0 &&
3514 cpi->oxcf.noise_sensitivity, cm->width, cm->height,
3571 if (cpi->oxcf.noise_sensitivity > 0) {
3777 (cpi->noise_estimate.enabled && !cpi->oxcf.noise_sensitivity) ||
3794 if (cpi->oxcf.noise_sensitivity > 0 && cpi->use_svc)
4792 if (oxcf->noise_sensitivity > 0 && denoise_svc(cpi)) {
5045 if (cm->bit_depth > 8) cpi->oxcf.noise_sensitivity = 0;
Dvp9_pickmode.c425 if (cpi->oxcf.noise_sensitivity > 0 && denoise_svc(cpi) && in model_rd_for_sb_y_large()
1822 if (cpi->oxcf.noise_sensitivity > 0) { in vp9_pick_inter_mode()
2321 if (cpi->oxcf.noise_sensitivity > 0 && denoise_svc_pickmode && in vp9_pick_inter_mode()
2541 if (cpi->oxcf.noise_sensitivity > 0 && cpi->resize_pending == 0 && in vp9_pick_inter_mode()
Dvp9_denoiser.c786 if (cpi->oxcf.noise_sensitivity > 0 && denoise_svc(cpi) && in vp9_denoiser_update_ref_frame()
Dvp9_ratectrl.c2532 if (cpi->oxcf.noise_sensitivity > 0) { in vp9_resize_one_pass_cbr()
Dvp9_encodeframe.c571 if (cpi->oxcf.noise_sensitivity > 0 && denoise_svc(cpi) && in set_vbp_thresholds()
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c489 if (cpi->oxcf.noise_sensitivity > 0) { in evaluate_inter_mode()
619 if (cpi->oxcf.noise_sensitivity) { in vp8_pick_inter_mode()
620 const int uv_denoise = (cpi->oxcf.noise_sensitivity >= 2) ? 1 : 0; in vp8_pick_inter_mode()
696 if (cpi->oxcf.noise_sensitivity) { in vp8_pick_inter_mode()
752 if (cpi->oxcf.noise_sensitivity) { in vp8_pick_inter_mode()
1101 if (cpi->oxcf.noise_sensitivity) { in vp8_pick_inter_mode()
1195 if (cpi->oxcf.noise_sensitivity) { in vp8_pick_inter_mode()
1212 if (cpi->oxcf.noise_sensitivity == 4) { in vp8_pick_inter_mode()
Donyx_if.c559 if (cpi->oxcf.noise_sensitivity > 0) { in cyclic_background_refresh()
1242 if (cpi->oxcf.noise_sensitivity > 0) { in vp8_alloc_compressor_data()
1245 cm->mb_cols, cpi->oxcf.noise_sensitivity)) { in vp8_alloc_compressor_data()
1708 if (cpi->oxcf.noise_sensitivity) { in vp8_change_config()
1713 cm->mb_cols, cpi->oxcf.noise_sensitivity)) { in vp8_change_config()
2948 if (cpi->oxcf.noise_sensitivity) { in update_reference_frames()
2974 if (cpi->oxcf.noise_sensitivity == 4) in update_reference_frames()
3152 if (cpi->oxcf.noise_sensitivity && cm->frame_type != KEY_FRAME) { in vp8_loopfilter_frame()
3166 if (cpi->oxcf.noise_sensitivity && cm->frame_type != KEY_FRAME) { in vp8_loopfilter_frame()
3299 if (cpi->oxcf.noise_sensitivity == 4) { in encode_frame_to_data_rate()
[all …]
Drdopt.c2189 if (cpi->oxcf.noise_sensitivity) { in vp8_rd_pick_inter_mode()
2271 if (cpi->oxcf.noise_sensitivity) { in vp8_rd_pick_inter_mode()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c34 unsigned int noise_sensitivity; member
189 RANGE_CHECK(vp8_cfg, noise_sensitivity, 0, 0); in validate_config()
191 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6); in validate_config()
375 oxcf->noise_sensitivity = vp8_cfg.noise_sensitivity; in set_vp8e_config()
499 extra_cfg.noise_sensitivity = CAST(VP8E_SET_NOISE_SENSITIVITY, args); in set_noise_sensitivity()
/external/libvpx/libvpx/vp8/common/
Donyx.h107 int noise_sensitivity; member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c28 unsigned int noise_sensitivity; member
254 RANGE_CHECK_HI(extra_cfg, noise_sensitivity, 6); in validate_config()
526 oxcf->noise_sensitivity = extra_cfg->noise_sensitivity; in set_encoder_config()
715 extra_cfg.noise_sensitivity = CAST(VP9E_SET_NOISE_SENSITIVITY, args); in ctrl_set_noise_sensitivity()
/external/libaom/libaom/av1/
Dav1_cx_iface.c36 unsigned int noise_sensitivity; member
373 RANGE_CHECK_HI(extra_cfg, noise_sensitivity, 6); in validate_config()
709 oxcf->noise_sensitivity = extra_cfg->noise_sensitivity; in set_encoder_config()
946 extra_cfg.noise_sensitivity = CAST(AV1E_SET_NOISE_SENSITIVITY, args); in ctrl_set_noise_sensitivity()
/external/libaom/libaom/av1/encoder/
Dencoder.h193 int noise_sensitivity; // pre processing blur: recommendation 0 member