Re-Worked: JCTVC-AI0023: Encoder-only GOP-based temporal filter
Reworked merge request !1 (closed) to fix:
- Removed static globals.
- Replaced padded buffer with existing TComPicYuv.
- Extended to other chroma formats.
- Replaced individual Y, Cb, Cr loops with loop of loops.
- Note currently still does not work if doing channel reordering (RGB->GBR)
- Replaced pointers with STL-based objects, as there was a potential memory leak for last few frames of a sequence.
Edited by Karl Sharman