aboutsummaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_noise_estimate.c
AgeCommit message (Expand)Author
2023-06-07Fix more typos (2/n)Jerome Jiang
2019-04-09Add fast-adapt mechanism for VNR“Michael
2019-04-03Histogram-based noise estimation algorithmMichael Horowitz
2019-04-02vp9-rtc: Move noise estimation to after scene change detectionMarco Paniconi
2019-03-27vp9-rtc: Fix noise estimation thresh for 1080pMarco Paniconi
2019-02-28vp9-rtc: Set init noise level based on resolnMarco Paniconi
2019-02-27vp9-rtc: Change init level of denoiser & noise levelMarco Paniconi
2019-02-22vp9-rtc: Decrease noise estimation thresh for kLowMarco Paniconi
2019-02-21vp9-rtc: Adjust thresholds for noise estimation.Marco Paniconi
2018-12-04vp9: force refresh of long term ref when denoiser reset.Jerome Jiang
2018-11-29vp9-svc: Add num_encoded_top layer counterMarco Paniconi
2018-11-28vp9: Fix condition for disabling noise estimationMarco Paniconi
2018-01-04vp9: Increase convergence speed of noise estimation.Marco
2017-12-11vp9 svc: Allow denoising next to highest resolution.Jerome Jiang
2017-07-31vp9: Adjust noise estimation for 360p.Marco
2017-07-14vp9: Compute skin only for blocks eligible for noise estimation.Jerome Jiang
2017-07-10vp9: Move skinmap computation into multithreading loop.Jerome Jiang
2017-06-27vp9: compute skinmap only once before encoding.Jerome Jiang
2017-05-10vp9; Adjust noise estimation thresholds.Marco
2017-05-10vp9: Wrap threshold tuning for HD only when denoiser is enabled.Jerome Jiang
2017-05-10vp9: Adjustment to noise estimation.Marco
2017-05-05vp9: Adjust some thresholds for noise estimation.Marco
2017-05-04vp9: Enable noise estimation on low res.Jerome Jiang
2017-04-07vp9: Fix to noise estimation for temporal denoising.Marco
2017-03-15vp9: Fix some issues with denoiser and SVC.Marco
2017-01-26vp9: Fixes for usage of skin_map for high bit depth.Marco
2017-01-10vp9: Make the denoiser work with spatial SVC.Marco
2017-01-03vp9: 1 pass cbr: allow noise estimation down to 360p.Marco
2016-12-19vp9: With denoising on, only estimate noise level for higher resolns.Marco
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-05-06Merge changes from topic 'missing-proto'James Zern
2016-05-04vp9_noise_estimate.c: make function staticJames Zern
2016-05-04vp9-noise estimation. Decrease frame period for estimating noise.Marco
2016-04-25vp9: Fix condition to update consec_zero_mv.Marco
2016-04-25vp9: Add rc quantity to track amount of low motion in scene.Marco
2016-04-22vp9-noise estimation: Add check on whether skin detection is enabled.Marco
2016-04-22vp9: Move consec_zero_mv from cyclic refresh to cpi struct.Marco
2016-04-04vp9-noise estimate: Adhust threshold for Low level detection.Marco
2016-04-04vp9-noise estimation: Increase threshold for Low-level.Marco
2016-03-17vp9: Improvement to skin detection.Marco
2016-01-31vp9-noise estimate: Put check to avoid possible out of bounds.Marco
2016-01-26vp9_noise_estimate: protect copy_frame w/CONFIG checkJames Zern
2016-01-04vp9-skin detection: Refactoring.Marco
2015-12-15Revert "Add "unknown" status for noise estimation."Marco Paniconi
2015-12-14Add "unknown" status for noise estimation.jackychen
2015-12-03vp9-noise estimate: Move level setting to a function.Marco
2015-11-30vp9: Update to noise estimation for denoising.Marco
2015-11-13Reduce sampling time for noise estimate.Marco
2015-11-12VP9 noise estimation: add frame level motion metrics and adjust thresholds.JackyChen
2015-11-13Revert "Update to noise estimation."Marco Paniconi