| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_nlmeans: round values toward nearest integer | Paul B Mahol | 2019-10-21 | 1 | -1/+1 |
* | lavfi/nlmeans: use a dynamic size for the weight LUT | Clément Bœsch | 2019-02-01 | 1 | -10/+6 |
* | lavfi/nlmeans: simplify log() call | Clément Bœsch | 2019-02-01 | 1 | -1/+1 |
* | lavfi/nlmeans: improve the performance | Jun Zhao | 2019-02-01 | 1 | -8/+9 |
* | lavfi/nlmeans: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT | Clément Bœsch | 2018-05-08 | 1 | -2/+2 |
* | lavfi/nlmeans: inline integral patch value function | Clément Bœsch | 2018-05-08 | 1 | -39/+41 |
* | lavfi/nlmeans: use unsigned for the integral patch value | Clément Bœsch | 2018-05-08 | 1 | -8/+8 |
* | lavfi/nlmeans: reorder memory accesses in get_integral_patch_value | Clément Bœsch | 2018-05-08 | 1 | -3/+3 |
* | lavfi/nlmeans: move final weighted averaging out of nlmeans_plane | Clément Bœsch | 2018-05-08 | 1 | -11/+22 |
* | lavfi/nlmeans: switch from double to float | Clément Bœsch | 2018-05-08 | 1 | -7/+7 |
* | lavfi/nlmeans: make compute_safe_ssd_integral_image_c faster | Clément Bœsch | 2018-05-08 | 1 | -10/+17 |
* | lavfi/nlmeans: add AArch64 SIMD for compute_safe_ssd_integral_image | Clément Bœsch | 2018-05-08 | 1 | -7/+19 |
* | lavfi/nlmeans: use ptrdiff_t for linesizes | Clément Bœsch | 2018-05-08 | 1 | -13/+13 |
* | lavfi/nlmeans: add SIMD-friendly assumptions for compute_safe_ssd_integral_image | Clément Bœsch | 2018-05-08 | 1 | -7/+18 |
* | lavfi/nlmeans: random code shuffling to help compiler | Clément Bœsch | 2018-05-08 | 1 | -4/+4 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi: add nlmeans filter | Clément Bœsch | 2016-09-24 | 1 | -0/+551 |