Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c611 if (cpi->oxcf.noise_sensitivity > 0) { in evaluate_inter_mode()
739 if (cpi->oxcf.noise_sensitivity) { in vp8_pick_inter_mode()
740 const int uv_denoise = (cpi->oxcf.noise_sensitivity >= 2) ? 1 : 0; in vp8_pick_inter_mode()
835 if (cpi->oxcf.noise_sensitivity) { in vp8_pick_inter_mode()
896 if (cpi->oxcf.noise_sensitivity) { in vp8_pick_inter_mode()
1294 if (cpi->oxcf.noise_sensitivity) in vp8_pick_inter_mode()
1396 if (cpi->oxcf.noise_sensitivity) in vp8_pick_inter_mode()
1415 if (cpi->oxcf.noise_sensitivity == 4) { in vp8_pick_inter_mode()
Donyx_if.c598 if (cpi->oxcf.noise_sensitivity > 0) { in cyclic_background_refresh()
1285 if (cpi->oxcf.noise_sensitivity > 0) { in vp8_alloc_compressor_data()
1289 cpi->oxcf.noise_sensitivity); in vp8_alloc_compressor_data()
1795 if (cpi->oxcf.noise_sensitivity) in vp8_change_config()
1803 cpi->oxcf.noise_sensitivity); in vp8_change_config()
3276 if (cpi->oxcf.noise_sensitivity) in update_reference_frames()
3313 if (cpi->oxcf.noise_sensitivity == 4) in update_reference_frames()
3509 if (cpi->oxcf.noise_sensitivity && cm->frame_type != KEY_FRAME) { in vp8_loopfilter_frame()
3523 if (cpi->oxcf.noise_sensitivity && cm->frame_type != KEY_FRAME) { in vp8_loopfilter_frame()
3676 if (cpi->oxcf.noise_sensitivity == 4) { in encode_frame_to_data_rate()
[all …]
Drdopt.c2425 if (cpi->oxcf.noise_sensitivity) in vp8_rd_pick_inter_mode()
2518 if (cpi->oxcf.noise_sensitivity) in vp8_rd_pick_inter_mode()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c33 unsigned int noise_sensitivity; member
191 RANGE_CHECK(vp8_cfg, noise_sensitivity, 0, 0); in validate_config()
193 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6); in validate_config()
397 oxcf->noise_sensitivity = vp8_cfg.noise_sensitivity; in set_vp8e_config()
531 extra_cfg.noise_sensitivity = CAST(VP8E_SET_NOISE_SENSITIVITY, args); in set_noise_sensitivity()
/external/libvpx/libvpx/vp8/common/
Donyx.h119 int noise_sensitivity; member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c27 unsigned int noise_sensitivity; member
245 RANGE_CHECK_HI(extra_cfg, noise_sensitivity, 6); in validate_config()
466 oxcf->noise_sensitivity = extra_cfg->noise_sensitivity; in set_encoder_config()
643 extra_cfg.noise_sensitivity = CAST(VP9E_SET_NOISE_SENSITIVITY, args); in ctrl_set_noise_sensitivity()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h132 int noise_sensitivity; // pre processing blur: recommendation 0 member
Dvp9_encoder.c2753 if (cpi->oxcf.noise_sensitivity > 0) {
3078 if (oxcf->noise_sensitivity > 0) {
3080 switch (oxcf->noise_sensitivity) {
3106 if (cpi->oxcf.noise_sensitivity > 0 &&
3165 if (cpi->oxcf.noise_sensitivity > 0) {
3254 if (cpi->oxcf.noise_sensitivity > 0 &&
3827 if (oxcf->noise_sensitivity > 0) {
Dvp9_ratectrl.c1849 if (cpi->oxcf.noise_sensitivity > 0) { in vp9_resize_one_pass_cbr()
Dvp9_pickmode.c1486 if (cpi->oxcf.noise_sensitivity > 0) in vp9_pick_inter_mode()
Dvp9_encodeframe.c1742 if (cpi->oxcf.noise_sensitivity > 0 && in encode_b_rt()