summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_denoiser.c
AgeCommit message (Expand)Author
2015-11-02Move noise level estimate outside denoiser.Marco
2015-11-02vp9 denoiser: Don't estimate noise on resized trigger frame.Marco
2015-10-27Update to vp9-denoising.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-07VP9_denoiser: pass address in copy_frame to make it faster.jackychen
2015-10-07VP9 denoiser bug-fix: artifact caused by false buffer swap.jackychen
2015-10-02Fix to denoiser with dynamic resize.Marco
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-14Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han
2015-08-07Add static syntax to total_adj_strong_threshJingning Han
2015-07-31Code refactor on InterpKernelZoe Liu
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-02-20Remove a few unneccessary multiplications in denoiser.Marco
2015-01-28Fix to vp9 denoiser.Marco
2015-01-21Fix compile error in Chromium building.JackyChen
2015-01-16Fix frame buffer swap in denoiserJingning Han
2015-01-08Refactor mc reference block fetch in denoiserJingning Han
2015-01-08Use lookup table to find pixel numbers in blockJingning Han
2015-01-08Merge "Refactor denoiser frame buffer update"Jingning Han
2015-01-08Merge "Initalize zeromv_sse and newmv_sse in vp9_pick_inter_mode"Jingning Han
2015-01-07Refactor denoiser frame buffer updateJingning Han
2015-01-07Use vp9_convolve_copy in denoiser outputJingning Han
2015-01-07Initalize zeromv_sse and newmv_sse in vp9_pick_inter_modeJingning Han
2015-01-07Fix denoiser chroma component initializationJingning Han
2015-01-07Skip duplicate denoiser frame buffer allocationJingning Han
2014-12-15Revert "Revert "Add support for setting byte alignment.""Frank Galligan
2014-12-15Revert "Add support for setting byte alignment."Paul Wilkins
2014-12-12Add support for setting byte alignment.Frank Galligan
2014-10-06Add SSE2 code and unit test for VP9 denoiser.JackyChen
2014-09-29Fix a bug in calculating delta in VP9 denoiser.JackyChen
2014-09-19Remove mi_grid_* structures.hkuang
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-04Update the condition when COPY_BLOCK is chosen.JackyChen
2014-09-04Fix a bug 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-18VP9 denoiser fix: ref frames now updated properlyTim Kopp
2014-07-15VP9 Denoiser denoises after mode/bsize searchTim Kopp
2014-07-08Vp9 denoiser MC bugfixTim Kopp
2014-07-02VP9 denoiser implemented FILTER_BLOCK caseTim Kopp
2014-07-02VP9 denoising enabled by noise_sensitivity paramTim Kopp
2014-07-02Replaced loops with vpx_memcpy()Tim Kopp
2014-07-01VP9 denoiser used s/int/enum where appropriateTim Kopp
2014-07-01Denoised output is now grayscaleTim Kopp