[CFL] Store Reconstructed Luma for Intra In Inter
Like for intra block in intra frames, an extra call to txfm_rd_in_plane is added to the RDO of intra blocks in inter frames. This extra call is performed using the best parameters found during RDO and the reconstructed luma pixel are stored. Results on objective-1-fast (compared to CfL on Intra frames only) PSNR | PSNR Cb | PSNR Cr | PSNR HVS | SSIM | MS SSIM | CIEDE 2000 -0.2497 | -3.5526 | -3.5048 | -0.2456 | -0.2392 | -0.2508 | -1.4811 https://arewecompressedyet.com/?job=cfl-no-inter%402017-09-13&job=cfl-inter%402017-09-13T14%3A13%3A13.918Z Change-Id: I70ea2c01859b6c55d7c3eb9680d492c0bfc2aad4
Showing
- av1/common/cfl.c 87 additions, 59 deletionsav1/common/cfl.c
- av1/common/cfl.h 4 additions, 2 deletionsav1/common/cfl.h
- av1/decoder/decodeframe.c 20 additions, 19 deletionsav1/decoder/decodeframe.c
- av1/decoder/decodemv.c 11 additions, 9 deletionsav1/decoder/decodemv.c
- av1/encoder/encodeframe.c 20 additions, 11 deletionsav1/encoder/encodeframe.c
- av1/encoder/encodemb.c 13 additions, 13 deletionsav1/encoder/encodemb.c
- av1/encoder/rdopt.c 42 additions, 35 deletionsav1/encoder/rdopt.c
Loading
Please register or sign in to comment