diff options
author | Yuuki Galaxy <[email protected]> | 2016-04-12 22:53:58 +0800 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2016-04-12 22:57:32 +0200 |
commit | af5419f91b06cf85836ce9c8bc9efc965af79b48 (patch) | |
tree | cd2f141e020fb260fd57aa6fcc19e8ba5e04224a /libavutil/fixed_dsp.c | |
parent | ac07e57c39de856cb88ee6ff0669da3ced2fc694 (diff) |
libavfilter/vf_owdenoise.c: skip processing when strength is 0
It is practical to de-noise only on luma while keeping chroma unchanged.
However, libavfilter/vf_owdenoise.c always do the Wavelet transform/retransform on all 3 channels without check whether chroma_strength is 0.
Thus I make this patch. De-noise on Y only for yuv420 is now 1.5 times faster.
Signed-off-by: Yuuki Galaxy <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavutil/fixed_dsp.c')
0 files changed, 0 insertions, 0 deletions