summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_denoiser.h
AgeCommit message (Expand)Author
2018-12-04vp9: force refresh of long term ref when denoiser reset.Jerome Jiang
2018-09-15cosmetics: normalize include guardsJames Zern
2018-08-27vp9: Fix ref frame update in denoiser in bypass mode.Jerome Jiang
2018-08-10Refactor: Move code updating ref frames for svc & denoiser.Jerome Jiang
2018-06-29vp9: copy source on sync frame in denoiser.Jerome Jiang
2018-06-11vp9 svc: Denoise golden when it's a temporal ref.Jerome Jiang
2017-12-11vp9 svc: Allow denoising next to highest resolution.Jerome Jiang
2017-08-10vp9 SVC: Fix the denoiser frame buffer management.Jerome Jiang
2017-07-18vp9: Allocate alt-ref in denoiser for SVC.Jerome Jiang
2017-07-11vp9: Fix to SVC and denoising for fixed pattern case.Marco
2017-07-10vp9: Remove alt-ref from denoiser.Jerome Jiang
2017-05-11vp9: SVC: Increase the partiiton and acskip thresholdsMarco
2017-03-21Fix the data race caused by vp9 denoiser.Jerome Jiang
2017-03-15vp9: Fix some issues with denoiser and SVC.Marco
2017-02-21vp9: Incorporate source sum_diff into non-rd partition thresholds.Marco
2017-02-07vp9: Denoiser speed-up: increase partition and ac skip thresholds.Marco
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-05-19vp9: Refactor some denoiser logic in vp9_pick_inter_mode.JackyChen
2016-04-04vp9-denoiser: Avoid copy-block when denoising is at LowLow level.Marco
2016-03-28vp9-denoiser: Incorporate consec_zeromv in skin detection for denoising.Marco
2016-02-01vp9_denoiser: mark total_adj_strong_thresh inlineJames Zern
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-12-01vp9 denoiser: Re-evaluate mode selection for golden reference.Marco
2015-11-24vp9 denoiser: Re-evaluate ZEROMV after denoiser filtering.Marco
2015-11-11vp9 denoiser: Add another noise level to denoising.Marco
2015-11-02Move noise level estimate outside denoiser.Marco
2015-10-27Adjustments to vp9-denoising.Marco
2015-10-26Code cleanup for vp9-denoiser.Marco
2015-10-23VP9: Estimate noise level for denoiser.Marco
2015-10-08VP9 denoiser: use skin map to improve denoising.jackychen
2015-10-02Fix to denoiser with dynamic resize.Marco
2015-08-07Add static syntax to total_adj_strong_threshJingning Han
2015-01-07Skip duplicate denoiser frame buffer allocationJingning Han
2014-10-06Add SSE2 code and unit test for VP9 denoiser.JackyChen
2014-09-10Fix the bug which made VP8 denoiser not bit-exact between C code and SSE code.JackyChen
2014-09-04Map motion magnitude in VP9 denoiser.JackyChen
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-08-22vp9_denoiser_update_frame_stats: unused parm fixedJim Bankoski
2014-07-15VP9 Denoiser denoises after mode/bsize searchTim Kopp
2014-07-01VP9 denoiser used s/int/enum where appropriateTim Kopp
2014-06-27VP9 denoiser: implemented update_frame_stats()Tim Kopp
2014-06-19Fixes in VP9 alloc, free, and COPY_FRAME caseTim Kopp
2014-06-18Changed buf_2ds in vp9 denoiser to YV12 buffersTim Kopp
2014-06-12Added skeleton for VP9 denoiserTim Kopp