Allow for deblocking temporal-denoised signal.
Allow for an option to selectively apply the deblocking loop filter to the denoised raw block, based on the denoised state (no-filter, filter with zero motion, or filter with non-zero motion) of the current block and its upper and left denoised block. This helps to reduce some blocking artifacts from the motion-compensated denoising. Change-Id: I0ac4e70076df69a98c5391979e739a2681e24ae6
Showing
- vp8/encoder/denoising.c 71 additions, 2 deletionsvp8/encoder/denoising.c
- vp8/encoder/denoising.h 16 additions, 2 deletionsvp8/encoder/denoising.h
- vp8/encoder/encodeframe.c 1 addition, 1 deletionvp8/encoder/encodeframe.c
- vp8/encoder/onyx_if.c 2 additions, 1 deletionvp8/encoder/onyx_if.c
- vp8/encoder/pickinter.c 4 additions, 1 deletionvp8/encoder/pickinter.c
- vp8/encoder/rdopt.c 6 additions, 2 deletionsvp8/encoder/rdopt.c
- vp8/encoder/rdopt.h 4 additions, 1 deletionvp8/encoder/rdopt.h
Loading
Please register or sign in to comment