Skip to content
Snippets Groups Projects
Commit cb335b3a authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer
Browse files

dvenc: fix 2x4x8 (interlaced) weight table


Since the decoder has been fixed to output something similar to
other implementations, the encoder weight table needed this fix.

Reference PSNR values on a progressive sequence (from tiny_psnr)
from a chained encoding and decoding:
Full progressive: stddev:    0.74 PSNR: 50.69 MAXDIFF:   19
Before:           stddev:    1.43 PSNR: 44.97 MAXDIFF:   17
This patch:       stddev:    0.76 PSNR: 50.44 MAXDIFF:   14

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 2a3b7a55
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment