Home
last modified time | relevance | path

Searched refs:noise_estimate (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c357 if (cpi->noise_estimate.enabled && cpi->noise_estimate.level >= kMedium) { in cyclic_refresh_update_map()
379 if (cpi->noise_estimate.enabled && cpi->noise_estimate.level >= kMedium && in cyclic_refresh_update_map()
450 if (cpi->noise_estimate.enabled && cpi->noise_estimate.level >= kMedium) { in vp9_cyclic_refresh_update_parameters()
Dvp9_noise_estimate.h28 typedef struct noise_estimate { struct
Dvp9_noise_estimate.c101 NOISE_ESTIMATE *const ne = &cpi->noise_estimate; in vp9_update_noise_estimate()
Dvp9_speed_features.c597 if (cpi->noise_estimate.enabled && cm->width >= 1280 && in set_rt_speed_feature_framesize_independent()
600 vp9_noise_estimate_extract_level(&cpi->noise_estimate); in set_rt_speed_feature_framesize_independent()
Dvp9_pickmode.c1178 if (cpi->noise_estimate.enabled && cpi->noise_estimate.level == kHigh) in set_intra_cost_penalty()
1316 if (cpi->noise_estimate.enabled && cpi->noise_estimate.level > kLow && in recheck_zeromv_after_denoising()
1993 vp9_NEWMV_diff_bias(&cpi->noise_estimate, xd, this_mode, &this_rdc, bsize, in vp9_pick_inter_mode()
Dvp9_encoder.h664 NOISE_ESTIMATE noise_estimate; member
Dvp9_encodeframe.c530 if (cpi->noise_estimate.enabled && cm->width >= 640 && cm->height >= 480) { in set_vbp_thresholds()
532 vp9_noise_estimate_extract_level(&cpi->noise_estimate); in set_vbp_thresholds()
971 (!cpi->noise_estimate.enabled || in chroma_check()
972 vp9_noise_estimate_extract_level(&cpi->noise_estimate) < kMedium)) in chroma_check()
1317 if (cpi->noise_estimate.enabled) in choose_partitioning()
1318 noise_level = vp9_noise_estimate_extract_level(&cpi->noise_estimate); in choose_partitioning()
Dvp9_encoder.c1303 vp9_noise_estimate_init(&cpi->noise_estimate, cm->width, cm->height); in init_config()
3391 vp9_noise_estimate_init(&cpi->noise_estimate, cm->width, cm->height);
3540 (cpi->noise_estimate.enabled && !cpi->oxcf.noise_sensitivity) ||
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c587 uint32_t* noise_estimate, in WebRtcNsx_CalcParametricNoiseEstimate() argument
623 *noise_estimate = (*noise_estimate_avg) * (uint32_t)(inst->blockIndex + 1); in WebRtcNsx_CalcParametricNoiseEstimate()
1517 uint32_t noise_estimate = 0; in WebRtcNsx_ProcessCore() local
1626 &noise_estimate, in WebRtcNsx_ProcessCore()
1630 noise_estimate = inst->whiteNoiseLevel; // Q(minNorm-stages) in WebRtcNsx_ProcessCore()
1631 noise_estimate_avg = noise_estimate / (inst->blockIndex + 1); // Q(minNorm-stages) in WebRtcNsx_ProcessCore()
1637 noise_estimate = 0; in WebRtcNsx_ProcessCore()
1644 &noise_estimate, in WebRtcNsx_ProcessCore()
1652 tmpU32no1 = WEBRTC_SPL_UMUL_32_16(noise_estimate, inst->overdrive); in WebRtcNsx_ProcessCore()