summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_noise_estimate.c
Commit message (Expand)AuthorAgeFilesLines
* Add fast-adapt mechanism for VNR“Michael2019-04-091-1/+7
* Histogram-based noise estimation algorithmMichael Horowitz2019-04-031-45/+57
* vp9-rtc: Move noise estimation to after scene change detectionMarco Paniconi2019-04-021-2/+5
* vp9-rtc: Fix noise estimation thresh for 1080pMarco Paniconi2019-03-271-1/+1
* vp9-rtc: Set init noise level based on resolnMarco Paniconi2019-02-281-1/+1
* vp9-rtc: Change init level of denoiser & noise levelMarco Paniconi2019-02-271-1/+1
* vp9-rtc: Decrease noise estimation thresh for kLowMarco Paniconi2019-02-221-1/+1
* vp9-rtc: Adjust thresholds for noise estimation.Marco Paniconi2019-02-211-2/+2
* vp9: force refresh of long term ref when denoiser reset.Jerome Jiang2018-12-041-2/+2
* vp9-svc: Add num_encoded_top layer counterMarco Paniconi2018-11-291-1/+1
* vp9: Fix condition for disabling noise estimationMarco Paniconi2018-11-281-1/+3
* vp9: Increase convergence speed of noise estimation.Marco2018-01-041-1/+1
* vp9 svc: Allow denoising next to highest resolution.Jerome Jiang2017-12-111-6/+15
* vp9: Adjust noise estimation for 360p.Marco2017-07-311-3/+3
* vp9: Compute skin only for blocks eligible for noise estimation.Jerome Jiang2017-07-141-26/+32
* vp9: Move skinmap computation into multithreading loop.Jerome Jiang2017-07-101-0/+1
* vp9: compute skinmap only once before encoding.Jerome Jiang2017-06-271-11/+2
* vp9; Adjust noise estimation thresholds.Marco2017-05-101-2/+2
* vp9: Wrap threshold tuning for HD only when denoiser is enabled.Jerome Jiang2017-05-101-8/+10
* vp9: Adjustment to noise estimation.Marco2017-05-101-0/+2
* vp9: Adjust some thresholds for noise estimation.Marco2017-05-051-2/+10
* vp9: Enable noise estimation on low res.Jerome Jiang2017-05-041-6/+10
* vp9: Fix to noise estimation for temporal denoising.Marco2017-04-071-1/+3
* vp9: Fix some issues with denoiser and SVC.Marco2017-03-151-1/+2
* vp9: Fixes for usage of skin_map for high bit depth.Marco2017-01-261-0/+3
* vp9: Make the denoiser work with spatial SVC.Marco2017-01-101-10/+15
* vp9: 1 pass cbr: allow noise estimation down to 360p.Marco2017-01-031-3/+3
* vp9: With denoising on, only estimate noise level for higher resolns.Marco2016-12-191-2/+4
* vp9/encoder: apply clang-formatclang-format2016-08-021-49/+29
* Merge changes from topic 'missing-proto'James Zern2016-05-061-1/+1
|\
| * vp9_noise_estimate.c: make function staticJames Zern2016-05-041-1/+1
* | vp9-noise estimation. Decrease frame period for estimating noise.Marco2016-05-041-1/+1
|/
* vp9: Fix condition to update consec_zero_mv.Marco2016-04-251-1/+1
* vp9: Add rc quantity to track amount of low motion in scene.Marco2016-04-251-0/+8
* vp9-noise estimation: Add check on whether skin detection is enabled.Marco2016-04-221-8/+11
* vp9: Move consec_zero_mv from cyclic refresh to cpi struct.Marco2016-04-221-14/+11
* vp9-noise estimate: Adhust threshold for Low level detection.Marco2016-04-041-1/+1
* vp9-noise estimation: Increase threshold for Low-level.Marco2016-04-041-1/+1
* vp9: Improvement to skin detection.Marco2016-03-171-1/+7
* vp9-noise estimate: Put check to avoid possible out of bounds.Marco2016-01-311-1/+3
* vp9_noise_estimate: protect copy_frame w/CONFIG checkJames Zern2016-01-261-0/+2
* vp9-skin detection: Refactoring.Marco2016-01-041-11/+6
* Revert "Add "unknown" status for noise estimation."Marco Paniconi2015-12-151-2/+2
* Add "unknown" status for noise estimation.jackychen2015-12-141-2/+2
* vp9-noise estimate: Move level setting to a function.Marco2015-12-031-10/+16
* vp9: Update to noise estimation for denoising.Marco2015-11-301-6/+9
* Reduce sampling time for noise estimate.Marco2015-11-131-3/+3
* VP9 noise estimation: add frame level motion metrics and adjust thresholds.JackyChen2015-11-121-3/+16
* Revert "Update to noise estimation."Marco Paniconi2015-11-131-15/+3
* Update to noise estimation.Marco2015-11-121-3/+15